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