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 5559a395fba9957c5f848530dad425d2c4029139..5c73f745510d00776a3df890495d7350acd9a37a 100644 |
--- a/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
+++ b/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
@@ -11,6 +11,7 @@ PASS document.createEvent() threw exception TypeError: Failed to execute 'create |
PASS document.createProcessingInstruction('xml') threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 1 present.. |
PASS document.createProcessingInstruction() threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 0 present.. |
PASS document.createTextNode() threw exception TypeError: Failed to execute 'createTextNode' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.execCommand() threw exception TypeError: Failed to execute 'execCommand' on 'Document': 1 argument required, but only 0 present.. |
PASS document.getElementById() threw exception TypeError: Failed to execute 'getElementById' on 'Document': 1 argument required, but only 0 present.. |
PASS document.getElementsByClassName() threw exception TypeError: Failed to execute 'getElementsByClassName' on 'Document': 1 argument required, but only 0 present.. |
PASS document.getElementsByName() threw exception TypeError: Failed to execute 'getElementsByName' on 'Document': 1 argument required, but only 0 present.. |
@@ -18,6 +19,11 @@ PASS document.getElementsByTagName() threw exception TypeError: Failed to execut |
PASS document.getElementsByTagNameNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 1 present.. |
PASS document.getElementsByTagNameNS() threw exception TypeError: Failed to execute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 0 present.. |
PASS document.importNode() threw exception TypeError: Failed to execute 'importNode' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.queryCommandEnabled() threw exception TypeError: Failed to execute 'queryCommandEnabled' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.queryCommandIndeterm() threw exception TypeError: Failed to execute 'queryCommandIndeterm' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.queryCommandState() threw exception TypeError: Failed to execute 'queryCommandState' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.queryCommandSupported() threw exception TypeError: Failed to execute 'queryCommandSupported' on 'Document': 1 argument required, but only 0 present.. |
+PASS document.queryCommandValue() threw exception TypeError: Failed to execute 'queryCommandValue' on 'Document': 1 argument required, but only 0 present.. |
PASS successfullyParsed is true |
TEST COMPLETE |