Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / resources / keyframes.css
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; }
8 }