| Index: third_party/WebKit/LayoutTests/animations/keyframes-out-of-order.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/keyframes-out-of-order.html b/third_party/WebKit/LayoutTests/animations/keyframes-out-of-order.html
|
| index 6fcc0cf1557021371f4d32cb8eb00698fb19fb6c..5ecf052327ee9e16ff8678d24e1071b6f4bd4071 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/keyframes-out-of-order.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/keyframes-out-of-order.html
|
| @@ -13,11 +13,11 @@
|
| height: 100px;
|
| width: 100px;
|
| background-color: blue;
|
| - -webkit-animation-duration: 1s;
|
| - -webkit-animation-timing-function: linear;
|
| - -webkit-animation-name: anim;
|
| + animation-duration: 1s;
|
| + animation-timing-function: linear;
|
| + animation-name: anim;
|
| }
|
| - @-webkit-keyframes anim {
|
| + @keyframes anim {
|
| 40% { left: 100px; }
|
| from { left: 50px; }
|
| 20% { left: 100px; }
|
|
|