| Index: third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html b/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
|
| index 20a8346db9b5478fccb4c21fb3721aa269a632e5..6e1cadb98caa8a2599bd69cae2a6b1afe70f0467 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
|
| @@ -13,10 +13,10 @@
|
| height: 100px;
|
| width: 100px;
|
| background-color: blue;
|
| - -webkit-animation-duration: 1s;
|
| - -webkit-animation-timing-function: linear;
|
| - -webkit-animation-name: anim;
|
| - -webkit-animation-fill-mode: forwards;
|
| + animation-duration: 1s;
|
| + animation-timing-function: linear;
|
| + animation-name: anim;
|
| + animation-fill-mode: forwards;
|
| }
|
| @keyframes anim {
|
| from { left: 50px; }
|
|
|