| Index: third_party/WebKit/LayoutTests/animations/prefixed/keyframes-unprefixed-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/keyframes-unprefixed-01.html b/third_party/WebKit/LayoutTests/animations/prefixed/keyframes-unprefixed-01.html
|
| similarity index 91%
|
| rename from third_party/WebKit/LayoutTests/animations/keyframes-unprefixed-01.html
|
| rename to third_party/WebKit/LayoutTests/animations/prefixed/keyframes-unprefixed-01.html
|
| index 5494eb01a9e2a7a3952f6c5719801adb5cac2d6e..6a96a0e61e5a513e5f8ac264d49b53c8c858a63f 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/keyframes-unprefixed-01.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/prefixed/keyframes-unprefixed-01.html
|
| @@ -23,7 +23,7 @@
|
| to { left: 300px; }
|
| }
|
| </style>
|
| - <script src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
| + <script src="../resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
|
| <script type="text/javascript" charset="utf-8">
|
|
|
| const expectedValues = [
|
|
|