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> |