| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/indeterminate.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/indeterminate.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/indeterminate.html
|
| index 4b49e7f46e9df4657412bd68ba3d4c9ab5734ff4..ffe607389a4e28454456eac7ffce143108985392 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/indeterminate.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/indeterminate.html
|
| @@ -3,8 +3,8 @@
|
| <title>Selector: pseudo-classes (:indeterminate)</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org" id=link1>
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#pseudo-classes" id=link2>
|
| -<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="utils.js"></script>
|
| <div id="log"></div>
|
| <input type=checkbox id=checkbox1>
|
|
|