mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
When parsing a html fragment, the initial parser state depends on whether or not scripting is enabled. So far we've used the scripting flag of the parser, but that is wrong - the parser's scripting flag is always false, because the fragment document has no browsing context. Instead we should use the scripting flag of the context element. Testing: A new web platform test passes --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> |
||
---|---|---|
.. | ||
innerHTML-setter-default-namespace.xhtml.ini | ||
the-input-byte-stream-003.html.ini | ||
the-input-byte-stream-004.html.ini | ||
the-input-byte-stream-007.html.ini | ||
the-input-byte-stream-009.html.ini | ||
the-input-byte-stream-030.html.ini |