blob: a64d0f1031032fd7040e1730732b77993dbe0b2a [file] [log] [blame]
Verify that a fragment's DOCTYPE does not affect parsing. We expect DOCTYPEs to be ignored for fragments with context elements.
PASS container.firstChild.nextSibling is null
Verify that a fragment's DOCTYPE does not change the compatibility mode of the owner document.
PASS container.firstChild.nextSibling is null
PASS successfullyParsed is true
TEST COMPLETE