| Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/finished.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/finished.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/finished.html
|
| index 4abbac4cfe1fdc08c6d233bdbd972ed8a3c85c4c..3817ea74f2baf3f7622c2201d99309d28be74a95 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/finished.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animation/finished.html
|
| @@ -2,10 +2,10 @@
|
| <meta charset=utf-8>
|
| <title>Animation.finished</title>
|
| <link rel="help" href="https://w3c.github.io/web-animations/#dom-animation-finished">
|
| -<script src="../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script src="../../testcommon.js"></script>
|
| -<link rel="stylesheet" href="../../../../../resources/testharness.css">
|
| +<link rel="stylesheet" href="/resources/testharness.css">
|
| <body>
|
| <div id="log"></div>
|
| <script>
|
|
|