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

Unified Diff: LayoutTests/fast/dom/Document/missing-arguments-expected.txt

Issue 812173002: Make elementFromPoint() arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
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..

Powered by Google App Engine
This is Rietveld 408576698