| Index: third_party/WebKit/LayoutTests/animations/import.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/import.html b/third_party/WebKit/LayoutTests/animations/import.html
|
| index 96fd2f1297d4552332c44c64d4a77af0007e5a35..2c95459f429f2bf8e71dcb02888273f59252d748 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/import.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/import.html
|
| @@ -14,9 +14,9 @@
|
| 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;
|
| }
|
| </style>
|
| <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
|
|