| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| index 920da084d6e6fd409ea097792b7276d3f869f368..47b41ffeb23afb895f7956103f901ae0beaf1a8f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| @@ -3,8 +3,8 @@
|
| <title>Constraint validation</title>
|
| <link rel="author" title="Intel" href="http://www.intel.com/">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#constraint-validation">
|
| -<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="fm1" style="display:none">
|
| <fieldset id="test0">
|
|
|