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 5c73f745510d00776a3df890495d7350acd9a37a..ffdc2172d1cad1cbb3b9218a502cda7ef7906d7f 100644 |
--- a/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
+++ b/LayoutTests/fast/dom/Document/missing-arguments-expected.txt |
@@ -11,6 +11,8 @@ 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.elementFromPoint() threw exception TypeError: Failed to execute 'elementFromPoint' on 'Document': 2 arguments required, but only 0 present.. |
+PASS document.elementFromPoint(0) threw exception TypeError: Failed to execute 'elementFromPoint' on 'Document': 2 arguments required, but only 1 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.. |