| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-local.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-local.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-local.html
|
| index 1abbd4aa5b4b4fa28d0e219ff08a4fa1ed026a4d..b4548b77aaca500a9528cca8681ef65716c81e73 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-local.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-local.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/multipage/common-microsyntaxes.html#local-dates-and-times">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/multipage/states-of-the-type-attribute.html#local-date-and-time-state-(type=datetime-local)">
|
| -<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 datetimeLocal = [
|
|
|