blob: 3104b5db83c40056fd85b2367c4a8444e48bf9b3 [file] [log] [blame]
This tests XMLSerializer.serializeToString() on a newly created DocumentType node does not throw since the node has an associated document.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS text = serializer.serializeToString(docType) did not throw exception.
PASS text is "<!DOCTYPE aDocTypeName PUBLIC \"aPublicID\" \"aSystemID\">"