| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml
|
| index a27eb26694e3c1632a133c234522e401f15ebab0..ec8702a744eaff10fe4ebd22495a47ff4279a752 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml
|
| @@ -3,8 +3,8 @@
|
| <title>document.write in XHTML</title>
|
| <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com"/>
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#document.write%28%29"/>
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| </head>
|
| <body>
|
| <div id="log"></div>
|
|
|