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

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

Issue 758173002: Make arguments to NamedNodeMap methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests 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
OLDNEW
1 PASS attributes.getNamedItem() threw exception TypeError: Failed to execute 'get NamedItem' on 'NamedNodeMap': 1 argument required, but only 0 present..
2 PASS attributes.getNamedItemNS() threw exception TypeError: Failed to execute 'g etNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only 0 present..
3 PASS attributes.getNamedItemNS('http://www.w3.org/2000/svg') threw exception Typ eError: Failed to execute 'getNamedItemNS' on 'NamedNodeMap': 2 arguments requir ed, but only 1 present..
4 PASS attributes.item() threw exception TypeError: Failed to execute 'item' on 'N amedNodeMap': 1 argument required, but only 0 present..
5 PASS attributes.removeNamedItem() threw exception TypeError: Failed to execute ' removeNamedItem' on 'NamedNodeMap': 1 argument required, but only 0 present..
6 PASS attributes.removeNamedItemNS() threw exception TypeError: Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only 0 present ..
7 PASS attributes.removeNamedItemNS('http://www.w3.org/2000/svg') threw exception TypeError: Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': 2 arguments required, but only 1 present..
1 PASS attributes.setNamedItem() threw exception TypeError: Failed to execute 'set NamedItem' on 'NamedNodeMap': 1 argument required, but only 0 present.. 8 PASS attributes.setNamedItem() threw exception TypeError: Failed to execute 'set NamedItem' on 'NamedNodeMap': 1 argument required, but only 0 present..
2 PASS attributes.setNamedItemNS() threw exception TypeError: Failed to execute 's etNamedItemNS' on 'NamedNodeMap': 1 argument required, but only 0 present.. 9 PASS attributes.setNamedItemNS() threw exception TypeError: Failed to execute 's etNamedItemNS' on 'NamedNodeMap': 1 argument required, but only 0 present..
3 PASS successfullyParsed is true 10 PASS successfullyParsed is true
4 11
5 TEST COMPLETE 12 TEST COMPLETE
6 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698