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