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

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

Issue 737133002: Make arguments to some Document and Element methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase+adapt Created 6 years, 1 month 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 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..

Powered by Google App Engine
This is Rietveld 408576698