Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt

Issue 22880019: [DOM4] Doctypes now always have a node document and can be moved across document boundaries (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve tests Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698