blob: f8e21ecaf25655d7c8c48c104557c868f9bc6333 [file] [log] [blame]
document.implementation.createDocument with current document's DOCTYPE.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS doc = document.implementation.createDocument(null, null, document.doctype) did not throw exception.
PASS doc.doctype is doctype
PASS doc.firstChild is doctype
PASS document.doctype is null
PASS successfullyParsed is true
TEST COMPLETE
PASS successfullyParsed is true
TEST COMPLETE