| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-importNode.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-importNode.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-importNode.html
|
| index 4207740d72cc1e21b61af855525d410de540c5aa..32e2f316979aacfbece1fbcecfe98745cbd0ab27 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-importNode.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-importNode.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>Document.importNode</title>
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-document-importnode">
|
| -<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>
|
| <script>
|
| test(function() {
|
|
|