Index: LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
diff --git a/LayoutTests/fast/dom/Document/missing-arguments-expected.txt b/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
index 312469ba1655dcde3b9743b4e3b2af2101a8ebbf..257d2bcd16ca00b867c3aad25acc55fb58bffd94 100644 |
--- a/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
+++ b/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
@@ -1,4 +1,8 @@ |
PASS document.adoptNode() threw exception TypeError: Failed to execute 'adoptNode' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.createAttribute() threw exception TypeError: Failed to execute 'createAttribute' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.createAttributeNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'createAttributeNS' on 'Document': 2 arguments required, but only 1 present.. |
+PASS document.createAttributeNS() threw exception TypeError: Failed to execute 'createAttributeNS' on 'Document': 2 arguments required, but only 0 present.. |
+PASS document.createCDATASection() threw exception TypeError: Failed to execute 'createCDATASection' on 'Document': 1 argument required, but only 0 present.. |
PASS document.createComment() threw exception TypeError: Failed to execute 'createComment' on 'Document': 1 argument required, but only 0 present.. |
PASS document.createElement() threw exception TypeError: Failed to execute 'createElement' on 'Document': 1 argument required, but only 0 present.. |
PASS document.createElementNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only 1 present.. |