mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
Resolves a FIXME in `CSSRuleList::insert_a_css_rule`. Gets us a bit closer to passing https://wpt.live/css/cssom/at-namespace.html but that requires more work around parsing of selectors with namespaces (namely disallowing use of undeclared selectors), which I have added a FIXME for.
2 lines
148 B
Text
2 lines
148 B
Text
Can insert namespace rule into sheet with only @namespace and @import rules: PASS
|
|
Cannot insert namespace rule into sheet with existing rules: PASS
|