| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-2.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-2.html
|
| index 33a7b08c2910bfd8dd70a3d41bdf4dbce350605b..121dce8d25ba67c55a77a420ad4948d44b253db3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-2.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/datetime-2.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#global-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)">
|
| -<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 datetime = [
|
|
|