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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/Document/missing-arguments.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS document.adoptNode() threw exception TypeError: Failed to execute 'adoptNod e' on 'Document': 1 argument required, but only 0 present.. 1 PASS document.adoptNode() threw exception TypeError: Failed to execute 'adoptNod e' on 'Document': 1 argument required, but only 0 present..
2 PASS document.createAttribute() threw exception TypeError: Failed to execute 'cr eateAttribute' on 'Document': 1 argument required, but only 0 present.. 2 PASS document.createAttribute() threw exception TypeError: Failed to execute 'cr eateAttribute' on 'Document': 1 argument required, but only 0 present..
3 PASS document.createAttributeNS('http://www.w3.org/2000/svg') threw exception Ty peError: Failed to execute 'createAttributeNS' on 'Document': 2 arguments requir ed, but only 1 present.. 3 PASS document.createAttributeNS('http://www.w3.org/2000/svg') threw exception Ty peError: Failed to execute 'createAttributeNS' on 'Document': 2 arguments requir ed, but only 1 present..
4 PASS document.createAttributeNS() threw exception TypeError: Failed to execute ' createAttributeNS' on 'Document': 2 arguments required, but only 0 present.. 4 PASS document.createAttributeNS() threw exception TypeError: Failed to execute ' createAttributeNS' on 'Document': 2 arguments required, but only 0 present..
5 PASS document.createCDATASection() threw exception TypeError: Failed to execute 'createCDATASection' on 'Document': 1 argument required, but only 0 present.. 5 PASS document.createCDATASection() threw exception TypeError: Failed to execute 'createCDATASection' on 'Document': 1 argument required, but only 0 present..
6 PASS document.createComment() threw exception TypeError: Failed to execute 'crea teComment' on 'Document': 1 argument required, but only 0 present.. 6 PASS document.createComment() threw exception TypeError: Failed to execute 'crea teComment' on 'Document': 1 argument required, but only 0 present..
7 PASS document.createElement() threw exception TypeError: Failed to execute 'crea teElement' on 'Document': 1 argument required, but only 0 present.. 7 PASS document.createElement() threw exception TypeError: Failed to execute 'crea teElement' on 'Document': 1 argument required, but only 0 present..
8 PASS document.createElementNS('http://www.w3.org/2000/svg') threw exception Type Error: Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only 1 present.. 8 PASS document.createElementNS('http://www.w3.org/2000/svg') threw exception Type Error: Failed to execute 'createElementNS' on 'Document': 2 arguments required, but only 1 present..
9 PASS document.createElementNS() threw exception TypeError: Failed to execute 'cr eateElementNS' on 'Document': 2 arguments required, but only 0 present.. 9 PASS document.createElementNS() threw exception TypeError: Failed to execute 'cr eateElementNS' on 'Document': 2 arguments required, but only 0 present..
10 PASS document.createEvent() threw exception TypeError: Failed to execute 'create Event' on 'Document': 1 argument required, but only 0 present.. 10 PASS document.createEvent() threw exception TypeError: Failed to execute 'create Event' on 'Document': 1 argument required, but only 0 present..
11 PASS document.createProcessingInstruction('xml') threw exception TypeError: Fail ed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 1 present.. 11 PASS document.createProcessingInstruction('xml') threw exception TypeError: Fail ed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 1 present..
12 PASS document.createProcessingInstruction() threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 0 present.. 12 PASS document.createProcessingInstruction() threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 0 present..
13 PASS document.createTextNode() threw exception TypeError: Failed to execute 'cre ateTextNode' on 'Document': 1 argument required, but only 0 present.. 13 PASS document.createTextNode() threw exception TypeError: Failed to execute 'cre ateTextNode' on 'Document': 1 argument required, but only 0 present..
14 PASS document.execCommand() threw exception TypeError: Failed to execute 'execCo mmand' on 'Document': 1 argument required, but only 0 present..
14 PASS document.getElementById() threw exception TypeError: Failed to execute 'get ElementById' on 'Document': 1 argument required, but only 0 present.. 15 PASS document.getElementById() threw exception TypeError: Failed to execute 'get ElementById' on 'Document': 1 argument required, but only 0 present..
15 PASS document.getElementsByClassName() threw exception TypeError: Failed to exec ute 'getElementsByClassName' on 'Document': 1 argument required, but only 0 pres ent.. 16 PASS document.getElementsByClassName() threw exception TypeError: Failed to exec ute 'getElementsByClassName' on 'Document': 1 argument required, but only 0 pres ent..
16 PASS document.getElementsByName() threw exception TypeError: Failed to execute ' getElementsByName' on 'Document': 1 argument required, but only 0 present.. 17 PASS document.getElementsByName() threw exception TypeError: Failed to execute ' getElementsByName' on 'Document': 1 argument required, but only 0 present..
17 PASS document.getElementsByTagName() threw exception TypeError: Failed to execut e 'getElementsByTagName' on 'Document': 1 argument required, but only 0 present. . 18 PASS document.getElementsByTagName() threw exception TypeError: Failed to execut e 'getElementsByTagName' on 'Document': 1 argument required, but only 0 present. .
18 PASS document.getElementsByTagNameNS('http://www.w3.org/2000/svg') threw excepti on TypeError: Failed to execute 'getElementsByTagNameNS' on 'Document': 2 argume nts required, but only 1 present.. 19 PASS document.getElementsByTagNameNS('http://www.w3.org/2000/svg') threw excepti on TypeError: Failed to execute 'getElementsByTagNameNS' on 'Document': 2 argume nts required, but only 1 present..
19 PASS document.getElementsByTagNameNS() threw exception TypeError: Failed to exec ute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 0 pre sent.. 20 PASS document.getElementsByTagNameNS() threw exception TypeError: Failed to exec ute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 0 pre sent..
20 PASS document.importNode() threw exception TypeError: Failed to execute 'importN ode' on 'Document': 1 argument required, but only 0 present.. 21 PASS document.importNode() threw exception TypeError: Failed to execute 'importN ode' on 'Document': 1 argument required, but only 0 present..
22 PASS document.queryCommandEnabled() threw exception TypeError: Failed to execute 'queryCommandEnabled' on 'Document': 1 argument required, but only 0 present..
23 PASS document.queryCommandIndeterm() threw exception TypeError: Failed to execut e 'queryCommandIndeterm' on 'Document': 1 argument required, but only 0 present. .
24 PASS document.queryCommandState() threw exception TypeError: Failed to execute ' queryCommandState' on 'Document': 1 argument required, but only 0 present..
25 PASS document.queryCommandSupported() threw exception TypeError: Failed to execu te 'queryCommandSupported' on 'Document': 1 argument required, but only 0 presen t..
26 PASS document.queryCommandValue() threw exception TypeError: Failed to execute ' queryCommandValue' on 'Document': 1 argument required, but only 0 present..
21 PASS successfullyParsed is true 27 PASS successfullyParsed is true
22 28
23 TEST COMPLETE 29 TEST COMPLETE
24 30
OLDNEW
« 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