| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_005.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_005.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_005.html
|
| index da4704abd5f29ed1b08b610382281908d6166d5b..b99196c7d09e482a6b9708a31d3dd2a8ac0522ed 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_005.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_005.html
|
| @@ -1,6 +1,6 @@
|
| <!doctype html>
|
| <title>document.write external script</title>
|
| -<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>
|
| var t = async_test();
|
| var order = [];
|
|
|