Index: LayoutTests/fast/dom/HTMLDocument/clone-node-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDocument/clone-node-expected.txt b/LayoutTests/fast/dom/HTMLDocument/clone-node-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..588745e5403549b2e65ffb1c3c8b606796533176 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/HTMLDocument/clone-node-expected.txt |
@@ -0,0 +1,17 @@ |
+Tests cloneNode for HTMLDocument. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS document.cloneNode(false).__proto__ is HTMLDocument.prototype |
+PASS className(document.cloneNode(false)) is "HTMLDocument" |
+PASS document.cloneNode(true).title is document.title |
+PASS document.cloneNode(true).compatMode is "BackCompat" |
+PASS doc.cloneNode(false).__proto__ is HTMLDocument.prototype |
+PASS className(doc.cloneNode(false)) is "HTMLDocument" |
+PASS doc.cloneNode(true).title is doc.title |
+PASS doc.cloneNode(true).compatMode is "CSS1Compat" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |