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