ladybird/Tests/LibWeb/Layout
Andreas Kling c9cd795257 LibWeb: Don't lose change events on MediaQueryList internal state change
MediaQueryList will now remember if a state change occurred when
evaluating its match state. This memory can then be used by the document
later on when it's updating all queries, to ensure that we don't forget
to fire at least one change event.

This also required plumbing the system visibility state to initial
about:blank documents, since otherwise they would be stuck in "hidden"
state indefinitely and never evaluate their media queries.
2025-02-13 20:52:31 +01:00
..
data LibWeb/SVG: Fix crash when SVG use element is used on an external SVG 2025-01-19 15:01:39 +01:00
expected LibWeb: Don't lose change events on MediaQueryList internal state change 2025-02-13 20:52:31 +01:00
input LibWeb: Support both ::before/::after pseudo elements on button elements 2025-02-03 15:59:38 +01:00