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

Side by Side Diff: LayoutTests/fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt

Issue 22880019: [DOM4] Doctypes now always have a node document and can be moved across document boundaries (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve tests Created 7 years, 4 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
1 PASS 1 document.implementation.createDocument with current document's DOCTYPE.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS doc = document.implementation.createDocument(null, null, document.doctype) did not throw exception.
6 PASS doc.doctype is doctype
7 PASS doc.firstChild is doctype
8 PASS document.doctype is null
9
10
11
12
13
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698