blob: 8eacc0a273d63dbc153a055d3de48d2bab31f677 [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