| Index: third_party/WebKit/LayoutTests/imported/wpt/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| index 3ae6390c2ae5d1ddeb50c0840d94a62918191670..85b71043e16579b6dc7d2c430790138195a1e89e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/editing-0/contenteditable/contentEditable-invalidvalue.html
|
| @@ -3,8 +3,8 @@
|
| <title>contentEditable setter: invalid value</title>
|
| <link rel="author" title="Denis Ah-Kang" href="mailto:denis@w3.org">
|
| <link rel=help href="https://html.spec.whatwg.org/multipage/#contenteditable">
|
| -<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 el = document.createElement("div");
|
|
|