| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html
|
| index 3e9a838a673450a44b4ca2d115be888d88ae3077..a91c838d8afb23495b2c710c47f39d81f5a7739f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html
|
| @@ -2,8 +2,8 @@
|
| <title>Calling getElementsByClassName with the same argument</title>
|
| <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-getelementsbyclassname">
|
| -<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>
|
| <div id="test">
|
| <div class="abcd"></div>
|
|
|