| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/iframe_005.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/iframe_005.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/iframe_005.html
|
| index 64a18037654d0f9a62772bc3d183c035f42b3eea..7bc3ed6c29bbd09457bd3083f7ca234bc6b8cce7 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/iframe_005.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/iframe_005.html
|
| @@ -1,6 +1,6 @@
|
| <!doctype html>
|
| <title>document.write external script into iframe write back into parent</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>
|
| <iframe id="test"></iframe>
|
| <script>
|
| var t = async_test();
|
|
|