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

Unified Diff: LayoutTests/fast/dom/DocumentType/clone-node-expected.txt

Issue 102533002: Implemented DocumentType.cloneNode(bool) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review issues Created 7 years 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
« no previous file with comments | « LayoutTests/fast/dom/DocumentType/clone-node.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « LayoutTests/fast/dom/DocumentType/clone-node.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698