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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests cloneNode for DocumentType.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.doctype is non-null.
7 PASS document.doctype.parentNode is document
8 PASS cd is non-null.
9 PASS cd.publicId is document.doctype.publicId
10 PASS cd.systemId is document.doctype.systemId
11 PASS cd.parentNode is null
12 PASS cd.ownerDocument is document
13 PASS cd.publicId is document.doctype.publicId
14 PASS cd.systemId is document.doctype.systemId
15 PASS cd.parentNode is null
16 PASS cd.ownerDocument is doc
17 PASS cd.parentNode is doc
18 PASS cd.name is 'a'
19 PASS cd.publicId is 'b'
20 PASS cd.systemId is 'c'
21 PASS cd.parentNode is null
22 PASS cd.ownerDocument is document
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW
« 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