| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/number.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/number.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/number.html
|
| index e5760e974466e6e65e8fe848d6873c1b5ffa3747..5067d0e2fdd8c9c5ab361cc06a31839b131a419d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/number.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/number.html
|
| @@ -3,8 +3,8 @@
|
| <title>Form input type=number</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#password-state-(type=number)">
|
| -<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 numbers = [
|
|
|