| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/color.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/color.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/color.html
|
| index 5016e601705b31df7c3e2461d5c1addfd02fc82f..6164815f66e4cec2b22a90c4e6c690214a9cc6eb 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/color.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/color.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#colors">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/multipage/states-of-the-type-attribute.html#color-state-(type=color)">
|
| -<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 colors = [
|
|
|