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

Side by Side Diff: LayoutTests/fast/dom/Document/clone-node-expected.txt

Issue 23437003: Implement cloneNode for Document (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use SecurityContext::isolatedCopy instead and domain change test Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests cloneNode for Document.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS doc.cloneNode(false).__proto__ is Document.prototype
7 PASS className(doc.cloneNode(false)) is "Document"
8 PASS doc.cloneNode(true).documentElement.localName is "root"
9 PASS document.cloneNode(true).compatMode is "CSS1Compat"
10 PASS document.cloneNode(false).URL is document.URL
11 PASS document.cloneNode(false).baseURI is document.baseURI
12 PASS document.cloneNode(false).characterSet is document.characterSet
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Document/clone-node.html ('k') | LayoutTests/fast/dom/HTMLDocument/clone-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698