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