mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Keep track of which CSSRule owns a CSSRuleList, and then use that to produce a stack of RuleContexts for the CSS Parser to use. There are certainly other places we should do this!
18 lines
644 B
Plaintext
18 lines
644 B
Plaintext
Harness status: OK
|
|
|
|
Found 12 tests
|
|
|
|
8 Pass
|
|
4 Fail
|
|
Fail Trailing declarations
|
|
Fail Mixed declarations
|
|
Fail CSSNestedDeclarations.style
|
|
Pass Nested group rule
|
|
Pass Nested @scope rule
|
|
Fail Inner rule starting with an ident
|
|
Pass Inserting a CSSNestedDeclaration rule into style rule
|
|
Pass Inserting a CSSNestedDeclaration rule into nested group rule
|
|
Pass Attempting to insert a CSSNestedDeclaration rule into top-level @media rule
|
|
Pass Attempting to insert a CSSNestedDeclaration rule into a stylesheet
|
|
Pass Attempting to insert a CSSNestedDeclaration rule, empty block
|
|
Pass Attempting to insert a CSSNestedDeclaration rule, all invalid declarations |