| Index: LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt b/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1d34d74ea4fe64ceb65b705ee0b43a655a01901b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/DOMImplementation/createDocument-XMLDocument-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +Check that DOMImplementation.createDocument() returns an XMLDocument.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS window.XMLDocument.name is "XMLDocument"
|
| +PASS document.implementation.createDocument("", "").__proto__ is XMLDocument.prototype
|
| +PASS document.implementation.createDocument("", "html").__proto__ is XMLDocument.prototype
|
| +PASS document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html").__proto__ is XMLDocument.prototype
|
| +PASS document.implementation.createDocument("http://www.w3.org/2000/xmlns/", "xmlns:test").__proto__ is XMLDocument.prototype
|
| +FAIL document.implementation.createDocument("http://www.w3.org/2000/svg", "svg").__proto__ should be [object Object]. Was [object Object].
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|