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

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

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 7 months 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
OLDNEW
1 PASS document.implementation.createDocument() threw exception TypeError: Failed to execute 'createDocument' on 'DOMImplementation': 2 arguments required, but on ly 0 present.. 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.. 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.. 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.. 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.. 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 6 PASS successfullyParsed is true
9 7
10 TEST COMPLETE 8 TEST COMPLETE
11 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698