| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/table-rows.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/table-rows.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/table-rows.html
|
| index 0cc322106f103925685db11121fc3eb58427c65c..8bc23d5a7c456b32544952d93ac532f3a01dbe1d 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/table-rows.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/tabular-data/the-table-element/table-rows.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <title>HTMLTableElement.rows</title>
|
| -<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>
|
| function assert_nodelist_equals(actual, expected) {
|
|
|