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

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

Issue 106773003: Make arguments to Document methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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
OLDNEW
(Empty)
1 PASS document.adoptNode() threw exception TypeError: Failed to execute 'adoptNod e' on 'Document': 1 argument required, but only 0 present..
2 PASS document.createComment() threw exception TypeError: Failed to execute 'crea teComment' on 'Document': 1 argument required, but only 0 present..
3 PASS document.createElement() threw exception TypeError: Failed to execute 'crea teElement' on 'Document': 1 argument required, but only 0 present..
4 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..
5 PASS document.createElementNS() threw exception TypeError: Failed to execute 'cr eateElementNS' on 'Document': 2 arguments required, but only 0 present..
6 PASS document.createEvent() threw exception TypeError: Failed to execute 'create Event' on 'Document': 1 argument required, but only 0 present..
7 PASS document.createProcessingInstruction('xml') threw exception TypeError: Fail ed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 1 present..
8 PASS document.createProcessingInstruction() threw exception TypeError: Failed to execute 'createProcessingInstruction' on 'Document': 2 arguments required, but only 0 present..
9 PASS document.createTextNode() threw exception TypeError: Failed to execute 'cre ateTextNode' on 'Document': 1 argument required, but only 0 present..
10 PASS document.getElementById() threw exception TypeError: Failed to execute 'get ElementById' on 'Document': 1 argument required, but only 0 present..
11 PASS document.getElementsByClassName() threw exception TypeError: Failed to exec ute 'getElementsByClassName' on 'Document': 1 argument required, but only 0 pres ent..
12 PASS document.getElementsByTagName() threw exception TypeError: Failed to execut e 'getElementsByTagName' on 'Document': 1 argument required, but only 0 present. .
13 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..
14 PASS document.getElementsByTagNameNS() threw exception TypeError: Failed to exec ute 'getElementsByTagNameNS' on 'Document': 2 arguments required, but only 0 pre sent..
15 PASS document.importNode() threw exception TypeError: Failed to execute 'importN ode' on 'Document': 1 argument required, but only 0 present..
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698