ladybird/Tests/LibWeb/Text/expected/IntersectionObserver
Aliaksandr Kalenik a5d1703486 LibWeb: Schedule a frame when IntersectionObserver starts observing
Since rendering updates moved to on-demand scheduling, observing a
target no longer fires the initial intersection callback unless
something else happens to request a frame. Kick the frame timer from
observe() so the update-the-rendering steps run and deliver the initial
entry.
2026-04-30 21:14:03 +02:00
..
box-without-layout-node-should-not-intersect.txt LibWeb: Ignore boxes without layout node in intersection observer steps 2025-04-14 17:01:53 +02:00
explicit-root-descendant-should-intersect.txt Tests: Add IntersectionObserver tests for explicit element root 2026-03-22 14:09:22 -05:00
explicit-root-non-descendant-should-not-intersect.txt LibWeb: Fix IntersectionObserver skip condition for explicit roots 2026-03-22 14:09:22 -05:00
img-lazy-loading-not-blocked-by-img-outside-viewport.txt LibWeb: Process all pending lazy loading intersection observations 2023-12-24 13:23:40 +01:00
implicit-root-after-originating-iframe-is-removed-from-dom.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
implicit-root-clips-at-overflow-clip-container.txt LibWeb: Clip against scroll containers in IntersectionObserver 2026-03-22 14:09:22 -05:00
implicit-root-clips-at-scroll-container.txt LibWeb: Clip against scroll containers in IntersectionObserver 2026-03-22 14:09:22 -05:00
implicit-root-target-visible-in-scroll-container.txt Tests: Add IntersectionObserver tests for scroll container clipping 2026-03-22 14:09:22 -05:00
observe-after-load-fires-initial-callback.txt LibWeb: Schedule a frame when IntersectionObserver starts observing 2026-04-30 21:14:03 +02:00
observe-box-inside-container-with-scrollable-overflow.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
scroll-margin-expands-scrollport.txt LibWeb: Fix precision loss in CSSPixelFraction::to_float/to_double 2026-03-22 14:09:22 -05:00
unobserve-element-without-matching-observe.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00