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

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

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 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
OLDNEW
1 Tests cloneNode for Document. 1 Tests cloneNode for Document.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS doc.cloneNode(false).__proto__ is Document.prototype 6 PASS doc.cloneNode(false).__proto__ is XMLDocument.prototype
7 PASS className(doc.cloneNode(false)) is "Document" 7 PASS className(doc.cloneNode(false)) is "XMLDocument"
8 PASS doc.cloneNode(true).documentElement.localName is "root" 8 PASS doc.cloneNode(true).documentElement.localName is "root"
9 PASS document.cloneNode(true).compatMode is "CSS1Compat" 9 PASS document.cloneNode(true).compatMode is "CSS1Compat"
10 PASS document.cloneNode(false).URL is document.URL 10 PASS document.cloneNode(false).URL is document.URL
11 PASS document.cloneNode(false).baseURI is document.baseURI 11 PASS document.cloneNode(false).baseURI is document.baseURI
12 PASS document.cloneNode(false).characterSet is document.characterSet 12 PASS document.cloneNode(false).characterSet is document.characterSet
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Document/clone-node.html ('k') | LayoutTests/fast/dom/Document/xml-document-focus.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698