| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-elements-matches.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-elements-matches.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-elements-matches.html
|
| index 93d0b261cee5db800a10ce688ce0c759f94ca7b6..79216272651035d6003a02575ce1b86386f284c8 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-elements-matches.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-elements-matches.html
|
| @@ -2,8 +2,8 @@
|
| <title>form.elements: matches</title>
|
| <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-form-elements">
|
| -<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>
|
| <div id="test">
|
| <form id="form">
|
|
|