| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/case.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/case.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/case.html
|
| index 5abbd49c59e69d0b6f12b42482bd7e335d7c3ac9..c3c195141c3d16135f93a264c517eada4159c1f6 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/case.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/case.html
|
| @@ -12,7 +12,7 @@
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagname">
|
| <link rel=help href="https://dom.spec.whatwg.org/#dom-element-getelementsbytagnamens">
|
| <script>var is_html = true;</script>
|
| -<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 src="case.js"></script>
|
| <div id="log"></div>
|
|
|