| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-createDocument.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-createDocument.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-createDocument.html
|
| index ce11c69b4fcf21136c5978250988ba5d99fc5f38..d64bf3640d7e2b76e27163e0593fd61011e29e92 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-createDocument.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/DOMImplementation-createDocument.html
|
| @@ -6,8 +6,8 @@
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-node-nodetype">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-document-documentelement">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-document-doctype">
|
| -<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 src="Document-createElementNS.js"></script>
|
| <div id="log"></div>
|
| <script>
|
|
|