6374b735f61cb62a32c1db731a840ba2dcb1e897
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / DOMImplementation / createDocument-XMLDocument-expected.txt
1 Check that DOMImplementation.createDocument() returns an XMLDocument.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS window.XMLDocument.name is "XMLDocument"
7 PASS XMLDocument.prototype.__proto__ is Document.prototype
8 PASS document.implementation.createDocument("", "").__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", "html").__proto__ is XMLDocument.prototype
11 PASS document.implementation.createDocument("http://www.w3.org/2000/xmlns/", "xmlns:test").__proto__ is XMLDocument.prototype
12 PASS document.implementation.createDocument("http://www.w3.org/2000/svg", "svg").__proto__ is XMLDocument.prototype
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16