| Index: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/timers/evil-spec-example.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/timers/evil-spec-example.html b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/timers/evil-spec-example.html
|
| index beaacc9482c5e9ef939844f73a9139a0945be0fa..77a8746908d74257e27ef6f936a0266bb4298a44 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/timers/evil-spec-example.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/timers/evil-spec-example.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-windowtimers-settimeout">
|
| <link rel="help" href="https://heycam.github.io/webidl/#es-operations">
|
| -<script src="../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <div id="log"></div>
|
| <script>
|
| var t = async_test()
|
|
|