mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
LibWeb/CSS: Reject non-grouping-rules as descendants of style rules
For example, `@font-face` is not only invalid inside a style rule, it's also invalid inside a child of a style rule. This fixes a test regression that we previously passed by accident.
This commit is contained in:
Notes:
github-actions[bot]
2025-04-04 09:41:27 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/e43bb1410c7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4206
@@ -2,6 +2,7 @@ Harness status: OK
|
||||
|
||||
Found 2 tests
|
||||
|
||||
2 Fail
|
||||
Fail Simple CSSOM manipulation of subrules
|
||||
1 Pass
|
||||
1 Fail
|
||||
Pass Simple CSSOM manipulation of subrules
|
||||
Fail Simple CSSOM manipulation of subrules 1
|
||||
Reference in New Issue
Block a user