| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/insertRow-method-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/insertRow-method-01.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/insertRow-method-01.html
|
| index 001ae67b539283795c549f46ed47830cfa653a33..4e379a1ccc3b726b718441cc631e1a0d2a71279c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/insertRow-method-01.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/insertRow-method-01.html
|
| @@ -2,8 +2,8 @@
|
| <title>insertRow(): INDEX_SIZE_ERR</title>
|
| <link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
| <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-table-insertrow">
|
| -<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">
|
| <table>
|
|
|