| <!DOCTYPE html> | |
| <style> | |
| #expected { | |
| position: absolute; | |
| width: 100px; | |
| height: 100px; | |
| background: green; | |
| transform: translateX(100px); | |
| } | |
| </style> | |
| Finished fill forwards animations influence the neutral keyframes of animations on top of them. | |
| <div id="expected"></div> |