mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/CSS: Clear child CSS rules' caches too
If a rule gets its caches cleared because it's moved in the OM, then its child rules' caches are likely invalid and need clearing too. Assuming that caches only point "upwards", this will correctly clear them all. For the time being that will be true.
This commit is contained in:
committed by
Andreas Kling
parent
e6291c8d0e
commit
0b23dddb4b
Notes:
github-actions[bot]
2024-11-07 14:12:48 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/0b23dddb4bc Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2202
@@ -6,7 +6,8 @@ Rerun
|
||||
|
||||
Found 13 tests
|
||||
|
||||
13 Fail
|
||||
1 Pass
|
||||
12 Fail
|
||||
Details
|
||||
Result Test Name MessageFail CSSStyleRule is a CSSGroupingRule
|
||||
Fail Simple CSSOM manipulation of subrules
|
||||
@@ -20,4 +21,4 @@ Fail Simple CSSOM manipulation of subrules 7
|
||||
Fail Simple CSSOM manipulation of subrules 8
|
||||
Fail Simple CSSOM manipulation of subrules 9
|
||||
Fail Simple CSSOM manipulation of subrules 10
|
||||
Fail Mutating the selectorText of outer rule invalidates inner rules
|
||||
Pass Mutating the selectorText of outer rule invalidates inner rules
|
||||
Reference in New Issue
Block a user