| Index: LayoutTests/fast/dom/DocumentType/clone-node-expected.txt
|
| diff --git a/LayoutTests/fast/dom/DocumentType/clone-node-expected.txt b/LayoutTests/fast/dom/DocumentType/clone-node-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c645c463d977b16da0186147c930fc2ed6c27abb
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/DocumentType/clone-node-expected.txt
|
| @@ -0,0 +1,26 @@
|
| +Tests cloneNode for DocumentType.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS document.doctype is non-null.
|
| +PASS document.doctype.parentNode is document
|
| +PASS cd is non-null.
|
| +PASS cd.publicId is document.doctype.publicId
|
| +PASS cd.systemId is document.doctype.systemId
|
| +PASS cd.parentNode is null
|
| +PASS cd.ownerDocument is document
|
| +PASS cd.publicId is document.doctype.publicId
|
| +PASS cd.systemId is document.doctype.systemId
|
| +PASS cd.parentNode is null
|
| +PASS cd.ownerDocument is doc
|
| +PASS cd.parentNode is doc
|
| +PASS cd.name is 'a'
|
| +PASS cd.publicId is 'b'
|
| +PASS cd.systemId is 'c'
|
| +PASS cd.parentNode is null
|
| +PASS cd.ownerDocument is document
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|