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

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

Issue 104503006: Sync DOMImplementation IDL with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test 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.implementation.createDocument() threw exception TypeError: Failed to execute 'createDocument' on 'DOMImplementation': 2 arguments required, but on ly 0 present..
2 PASS document.implementation.createDocument('http://example.com/') threw excepti on TypeError: Failed to execute 'createDocument' on 'DOMImplementation': 2 argum ents required, but only 1 present..
3 PASS document.implementation.createDocumentType() threw exception TypeError: Fai led to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required , but only 0 present..
4 PASS document.implementation.createDocumentType('svg:svg') threw exception TypeE rror: Failed to execute 'createDocumentType' on 'DOMImplementation': 3 arguments required, but only 1 present..
5 PASS document.implementation.createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1/ /EN') threw exception TypeError: Failed to execute 'createDocumentType' on 'DOMI mplementation': 3 arguments required, but only 2 present..
6 PASS document.implementation.hasFeature() threw exception TypeError: Failed to e xecute 'hasFeature' on 'DOMImplementation': 2 arguments required, but only 0 pre sent..
7 PASS document.implementation.hasFeature('') threw exception TypeError: Failed to execute 'hasFeature' on 'DOMImplementation': 2 arguments required, but only 1 p resent..
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/DOMImplementation/missing-arguments.html ('k') | Source/core/dom/DOMImplementation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698