| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/selection.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/selection.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/selection.html
|
| index 58c6d990c0c2fb42ba9478715edb40de0be33a45..4ed4bc9141ce600a6f3898c2844a922f671f1ae4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/selection.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/selection.html
|
| @@ -2,8 +2,8 @@
|
| <title>Input element programmatic selection support</title>
|
| <link rel="author" title="yaycmyk" href="mailto:evan@yaycmyk.com">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/forms.html#dom-textarea/input-select">
|
| -<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>
|
| <script>
|
|
|
|
|