| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/button.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/button.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/button.html
|
| index c69c5f381ca5aaf57136ccdd79ce5aa0ad098625..3c826a9754f6fddcd0ace10525a645bbe7f26805 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/button.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/button.html
|
| @@ -3,8 +3,8 @@
|
| <title>input type button</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#button-state-(type=button)">
|
| -<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 id=f1>
|
| <input type=button id=b1 name=b1>
|
|
|