| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html
|
| index 70e38de4c01eccdf39b5a276b2fbf486a50386ac..f82d80be7b6b50608699b73a6f8d1b592e0a55c6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html
|
| @@ -1,7 +1,7 @@
|
| <!doctype html>
|
| <title>Replacement of window object after document.open</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>
|
| <div id="log"></div>
|
| <iframe></iframe>
|
| <script>
|
|
|