haikuwebkit/LayoutTests/fast/parser/fragment-parser-doctype-exp...

9 lines
363 B
Plaintext

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