| Index: third_party/WebKit/LayoutTests/animations/simultaneous-start-left.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/simultaneous-start-left.html b/third_party/WebKit/LayoutTests/animations/simultaneous-start-left.html
|
| index b6e856c08ab8c0c50f2d4778539f77991a793b8e..a7ee3959e8af2769b5a0e6ddc9fa46d7ebc34134 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/simultaneous-start-left.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/simultaneous-start-left.html
|
| @@ -12,11 +12,11 @@
|
| height: 100px;
|
| width: 100px;
|
| background-color: blue;
|
| - -webkit-animation-duration: 10s;
|
| - -webkit-animation-timing-function: linear;
|
| - -webkit-animation-name: anim;
|
| + animation-duration: 10s;
|
| + animation-timing-function: linear;
|
| + animation-name: anim;
|
| }
|
| - @-webkit-keyframes anim {
|
| + @keyframes anim {
|
| from { left: 10px; }
|
| to { left: 810px; }
|
| }
|
|
|