ladybird/Tests/LibWeb/Text/expected/HTML/parser-created-style-script-blocking.txt
Sam Atkins 89bdc5f889 LibWeb/SVG: Apply parser-created style timing
Let SVGStyleElement delegate style updates through StyleElementBase so
parser-created inline SVG `<style>` elements update when they are popped
from the parser stack, just like HTML style elements.

This lets SVG style imports participate in script-blocking stylesheet
checks while keeping dynamic text, type, and media changes from
re-blocking parser scripts.
2026-06-04 16:39:54 +01:00

10 lines
637 B
Text

Parser-created style import available to following script: rgb(1, 2, 3)
Parser-created SVG style import blocked following parser script: true
Dynamic style update blocked following parser script: false
Dynamic SVG style update blocked following parser script: false
Dynamic SVG style type change blocked following parser script: false
Removed parser-created style blocked until import finished: false
Non-matching media style blocked following parser script: false
Non-matching SVG media style blocked following parser script: false
Media change blocked until import finished: false
SVG media change blocked until import finished: false