Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: LayoutTests/fast/table/cellIndex-of-cell-with-different-parents.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/table/border-changes.html ('k') | LayoutTests/fast/table/css-table-max-width.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/fast/table/border-changes.html ('k') | LayoutTests/fast/table/css-table-max-width.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698