Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / resources / keyframes.css
blobef0bbf80d077bcae6d27402840ba61364e5c948d
1 @-webkit-keyframes anim {
2 from { left: 50px; }
3 20% { left: 100px; }
4 40% { left: 100px; }
5 60% { left: 200px; }
6 80% { left: 200px; }
7 to { left: 300px; }