| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_001.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_001.html
|
| index bfd4543bf9c7066e0ff3ae520a97182275ff1bc4..43c7adb4d4dcc151ba0da94c935cc6ff55dba02f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/script_001.html
|
| @@ -1,6 +1,6 @@
|
| <!doctype html>
|
| <title>document.write 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();
|
| t.step(function() {
|
|
|