| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/playState.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation/playState.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/playState.html
|
| similarity index 86%
|
| rename from third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation/playState.html
|
| rename to third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/playState.html
|
| index 7b2badc9ef673bee8988ad1f50d4a6c6b356396a..d1e3408d11a616440e697c4f32ad8bcbd17b3c74 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/animation/playState.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/playState.html
|
| @@ -2,10 +2,10 @@
|
| <meta charset=utf-8>
|
| <title>Animation.playState</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animation-playstate">
|
| -<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>
|
|
|