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