| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/type-change-state.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/type-change-state.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/type-change-state.html
|
| index 4b4daec407887d15657839d27d823a8c68b47c42..fbec9f1190500d00747b9c2b808eb27b44648ba4 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/type-change-state.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/type-change-state.html
|
| @@ -3,8 +3,8 @@
|
| <title>Input element's type attribute changes state</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#the-input-element">
|
| -<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>
|
| var types = [
|
|
|