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

Unified Diff: LayoutTests/fast/dom/HTMLTableRowElement/exceptions.html

Issue 1221473004: The index argument for HTMLTableRowElement deleteCell() api should not be optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months 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 | « no previous file | LayoutTests/fast/dom/HTMLTableRowElement/exceptions-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLTableRowElement/exceptions.html
diff --git a/LayoutTests/fast/dom/HTMLTableRowElement/exceptions.html b/LayoutTests/fast/dom/HTMLTableRowElement/exceptions.html
index 724a17da4d55764985057d707d28ea03b3198a07..f56ddae93619e36bb030685dce8edb1761334c50 100644
--- a/LayoutTests/fast/dom/HTMLTableRowElement/exceptions.html
+++ b/LayoutTests/fast/dom/HTMLTableRowElement/exceptions.html
@@ -16,6 +16,7 @@
shouldThrow("tr.deleteCell(-2)");
shouldThrow("tr.deleteCell(2)");
+ shouldThrow("tr.deleteCell()");
</script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLTableRowElement/exceptions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698