| Index: LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html
|
| diff --git a/LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html b/LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html
|
| index b5a7a331cf71b33c9f44c477177c9f833a0da9ce..cf5dfc04a1cb996414db33cd7de06d83012386ca 100644
|
| --- a/LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html
|
| +++ b/LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html
|
| @@ -46,6 +46,5 @@ shouldBe('first_cell_th_with_tr_parent.cellIndex', '0');
|
| second_cell_td_with_tr_parent = tr.appendChild(document.createElement("td"));
|
| shouldBe('second_cell_td_with_tr_parent.cellIndex', '1');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|