| Index: LayoutTests/fast/dom/createDocumentType-ownerDocument-expected.txt
|
| diff --git a/LayoutTests/fast/dom/createDocumentType-ownerDocument-expected.txt b/LayoutTests/fast/dom/createDocumentType-ownerDocument-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e629077f17d04f25514e9742c90f1f0cb10201c2
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/createDocumentType-ownerDocument-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Tests that DOMImplementation.createDocumentType() properly sets the node's document to the associated document of the context object.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS docType.ownerDocument is document
|
| +PASS newDocument = document.implementation.createDocument('', null, docType) did not throw exception.
|
| +PASS newDocument.doctype is docType
|
| +PASS newDocument.doctype.ownerDocument is newDocument
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|