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

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

Issue 151653004: Implemented Document.contentType (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase and fixing tests on windows Created 6 years, 8 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 XMLDocument.prototype 6 PASS doc.cloneNode(false).__proto__ is XMLDocument.prototype
7 PASS className(doc.cloneNode(false)) is "XMLDocument" 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 doc.cloneNode(true).contentType is "application/xml"
9 PASS document.cloneNode(true).compatMode is "CSS1Compat" 10 PASS document.cloneNode(true).compatMode is "CSS1Compat"
10 PASS document.cloneNode(false).URL is document.URL 11 PASS document.cloneNode(false).URL is document.URL
11 PASS document.cloneNode(false).baseURI is document.baseURI 12 PASS document.cloneNode(false).baseURI is document.baseURI
12 PASS document.cloneNode(false).characterSet is document.characterSet 13 PASS document.cloneNode(false).characterSet is document.characterSet
14 PASS document.cloneNode(true).contentType is "text/html"
13 PASS successfullyParsed is true 15 PASS successfullyParsed is true
14 16
15 TEST COMPLETE 17 TEST COMPLETE
16 18
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