| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-autocomplete.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-autocomplete.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-autocomplete.html
|
| index b067578a82bc2957eb0730333a1383a425886d32..c50ea73170d05543787e86e5e83f703308e19454 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-autocomplete.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-autocomplete.html
|
| @@ -4,8 +4,8 @@
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#the-form-element">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#attr-fe-autocomplete">
|
| -<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>
|
| <form name="missing_attribute">
|
| <input>
|
|
|