| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/edits/the-ins-element/ins_effect.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/edits/the-ins-element/ins_effect.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/edits/the-ins-element/ins_effect.html
|
| index 9fd584d844fbbb22dbd89e88d0433baf787da830..6e1b3445969b75e05ba28fdf17f43d35a72c54a3 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/edits/the-ins-element/ins_effect.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/edits/the-ins-element/ins_effect.html
|
| @@ -3,8 +3,8 @@
|
| <title>HTML Test: Text in the ins element should be 'underline'</title>
|
| <link rel="author" title="Intel" href="http://www.intel.com/">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-ins-element">
|
| -<script src="../../../../../../resources/testharness.js"></script>
|
| -<script src="../../../../../../resources/testharnessreport.js"></script>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
|
|
| <p><ins>underlined text</ins></p>
|
| <div id="log"></div>
|
|
|