| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
|
| index f4c16045bdb42c0fca0f335dcbc2ce9f2ef60d59..84086cdc39865d7a350fa167efe7547621c9c7c5 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-getElementById.html
|
| @@ -3,8 +3,8 @@
|
| <title>Document.getElementById</title>
|
| <link rel="author" title="Tetsuharu OHZEKI" href="mailto:saneyuki.snyk@gmail.com">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-document-getelementbyid">
|
| -<script src="../../../../resources/testharness.js"></script>
|
| -<script src="../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <body>
|
| <div id="log"></div>
|
|
|
|
|