| Index: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/DOMContentLoaded-defer.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/DOMContentLoaded-defer.html b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/DOMContentLoaded-defer.html
|
| index 8e3ad42ee564712634b3782b20e7d17ca59047c6..bf365c1a09255f6ceb1e3f1f639545518677d7ef 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/DOMContentLoaded-defer.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/DOMContentLoaded-defer.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>The end: DOMContentLoaded and defer scripts</title>
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#the-end">
|
| -<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 dcl;
|
|
|