| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/input-type-button.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/input-type-button.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/input-type-button.html
|
| index e4726a06695d3176427ab3c86a2a3e66f21fd3eb..0f269355a5116b177395ccb34abcf7093c2b2eba 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/input-type-button.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/input-type-button.html
|
| @@ -3,8 +3,8 @@
|
| <title>input type button</title>
|
| <link rel="author" title="Takeharu.Oshida" href="mailto:georgeosddev@gmail.com">
|
| <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>
|
| </head>
|
| <body>
|
| <div id="log"></div>
|
|
|