| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/link.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/link.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/link.html
|
| index 4ad97748ee2d955766a171776d877c0ad2c402b8..fd485b83ec5c04adcac56f184a8b213910905e49 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/link.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/selectors/pseudo-classes/link.html
|
| @@ -3,8 +3,8 @@
|
| <title>Selector: pseudo-classes (:link)</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>
|
| <a id=link4></a>
|
|
|