| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/reverse.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation/reverse.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/reverse.html
|
| similarity index 95%
|
| rename from third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation/reverse.html
|
| rename to third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/reverse.html
|
| index d92db14d5e002ca8beef2c2c11baf21fca697b76..22772ecd0c4417b9f9208389fbad7c96bc73e521 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation/reverse.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/reverse.html
|
| @@ -2,10 +2,10 @@
|
| <meta charset=utf-8>
|
| <title>Animation.reverse()</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animation-reverse">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| -<script src="../testcommon.js"></script>
|
| -<link rel="stylesheet" href="../../../../resources/testharness.css">
|
| +<script src="../../../../../resources/testharness.js"></script>
|
| +<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="../../testcommon.js"></script>
|
| +<link rel="stylesheet" href="../../../../../resources/testharness.css">
|
| <body>
|
| <div id="log"></div>
|
| <script>
|
|
|