| Index: third_party/WebKit/LayoutTests/animations/import-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/import-crash.html b/third_party/WebKit/LayoutTests/animations/import-crash.html
|
| index 4e49681e04122548b7fb1eaf68b37d5602d74f50..317a86cdc8fc5d60bcda05182ee341998355cfcc 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/import-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/import-crash.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 type="text/javascript" charset="utf-8">
|
|
|