ladybird/Tests/LibWeb/Layout/input/css-counters
Andreas Kling e2e3c7fcdf LibWeb: Rebuild counter style cache lazily
Stop rebuilding the counter style cache from every style update.
That made unrelated restyles pay the full counter-style cost even when
no relevant stylesheet state had changed.

Dirty the cache when stylesheet rule caches are invalidated and rebuild
it on the first counter-style lookup instead. Also make cold cache
rebuilds include user stylesheets.

Add regression tests covering insertRule() and replaceSync() updates
that should make newly defined counter styles take effect.
2026-04-05 12:34:28 +02:00
..
basic.html Meta: Add doctypes to a few more layout tests 2025-06-03 11:03:19 +01:00
counter-cjk-ideographic.html LibWeb: Support Chinese counter styles 2026-02-27 12:10:44 +00:00
counter-japanese-formal-extended.html LibWeb: Support extended Japanese counter styles 2026-02-27 12:10:44 +00:00
counter-japanese-informal-extended.html LibWeb: Support extended Japanese counter styles 2026-02-27 12:10:44 +00:00
counter-korean-hangul-formal-extended.html LibWeb: Support extended Korean counter styles 2026-02-27 12:10:44 +00:00
counter-korean-hanja-formal-extended.html LibWeb: Support extended Korean counter styles 2026-02-27 12:10:44 +00:00
counter-korean-hanja-informal-extended.html LibWeb: Support extended Korean counter styles 2026-02-27 12:10:44 +00:00
counter-simp-chinese-formal.html LibWeb: Support Chinese counter styles 2026-02-27 12:10:44 +00:00
counter-simp-chinese-informal.html LibWeb: Support Chinese counter styles 2026-02-27 12:10:44 +00:00
counter-style-system-default.html LibWeb: Default @counter-style system descriptor to symbolic 2026-02-27 16:25:53 +00:00
counter-trad-chinese-formal.html LibWeb: Support Chinese counter styles 2026-02-27 12:10:44 +00:00
counter-trad-chinese-informal.html LibWeb: Support Chinese counter styles 2026-02-27 12:10:44 +00:00
counters-function-single-argument.html Meta: Add doctypes to a few more layout tests 2025-06-03 11:03:19 +01:00
counters-function.html Meta: Add doctypes to a few more layout tests 2025-06-03 11:03:19 +01:00
dynamic-counter-style-insert-rule.html LibWeb: Rebuild counter style cache lazily 2026-04-05 12:34:28 +02:00
dynamic-counter-style-replace-sync-adopted-sheet.html LibWeb: Rebuild counter style cache lazily 2026-04-05 12:34:28 +02:00
hidden-elements.html Meta: Add doctypes to a few more layout tests 2025-06-03 11:03:19 +01:00