Index: LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt |
diff --git a/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt b/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt |
index 69cfc5a98db74fbe32ac9b678a6134af9736dd59..5caf6879e73fd6bbe5cadfd15d1432615e5fa044 100644 |
--- a/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt |
+++ b/LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt |
@@ -1,2 +1,17 @@ |
-PASS |
+document.implementation.createDocument with current document's DOCTYPE. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+PASS doc = document.implementation.createDocument(null, null, document.doctype) did not throw exception. |
+PASS doc.doctype is doctype |
+PASS doc.firstChild is doctype |
+PASS document.doctype is null |
+ |
+ |
+ |
+ |
+ |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |