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

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

Issue 751553005: Sync execCommand() and queryCommand*() IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « LayoutTests/fast/dom/Document/missing-arguments.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/fast/dom/Document/missing-arguments.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698