| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/append-on-Document.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/append-on-Document.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/append-on-Document.html
|
| index 1ce7d8f6cd03a2452565c486d1e63822366bb31f..8d9ce2e3ff604ee43807ee0eb1962870439725a9 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/append-on-Document.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/append-on-Document.html
|
| @@ -2,8 +2,8 @@
|
| <meta charset=utf-8>
|
| <title>DocumentType.append</title>
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-parentnode-append">
|
| -<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>
|
|
|
| function test_append_on_Document() {
|
|
|