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

Side by Side Diff: LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 11 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 Check that DOMImplementation.createDocument() returns an XMLDocument. 1 Check that DOMImplementation.createDocument() returns an XMLDocument.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS window.XMLDocument.name is "XMLDocument" 6 PASS window.XMLDocument.name is "XMLDocument"
7 PASS XMLDocument.prototype.__proto__ is Document.prototype 7 PASS XMLDocument.prototype.__proto__ is Document.prototype
8 PASS document.implementation.createDocument("", "").__proto__ is XMLDocument.pro totype 8 PASS document.implementation.createDocument("", "").__proto__ is XMLDocument.pro totype
9 PASS document.implementation.createDocument("", "html").__proto__ is XMLDocument .prototype 9 PASS document.implementation.createDocument("", "html").__proto__ is XMLDocument .prototype
10 PASS document.implementation.createDocument("http://www.w3.org/1999/xhtml", "htm l").__proto__ is XMLDocument.prototype 10 PASS document.implementation.createDocument("http://www.w3.org/1999/xhtml", "htm l").__proto__ is XMLDocument.prototype
11 PASS document.implementation.createDocument("http://www.w3.org/2000/xmlns/", "xm lns:test").__proto__ is XMLDocument.prototype 11 PASS document.implementation.createDocument("http://www.w3.org/2000/xmlns/", "xm lns:test").__proto__ is XMLDocument.prototype
12 FAIL document.implementation.createDocument("http://www.w3.org/2000/svg", "svg") .__proto__ should be [object Object]. Was [object Object]. 12 PASS document.implementation.createDocument("http://www.w3.org/2000/svg", "svg") .__proto__ is XMLDocument.prototype
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698