blob: 971b6a634f3608f7681dc32b6e1eaeb5a95c25c6 [file] [log] [blame]
This tests the behavior of a Doctype in an XML document.
PASS: a doctype in a XML document is not ignored.
PASS: a doctype in an XML document is correctly set to the first child of the Document.
PASS: doctype.publicId correctly defaults to empty string when not set.
PASS: doctype.systemId correctly defaults to empty string when not set.