ladybird/Tests/LibWeb/Text/input/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.html LibWeb: Ignore boxes without layout node in intersection observer steps 2025-04-14 17:01:53 +02:00
explicit-root-descendant-should-intersect.html Tests: Add IntersectionObserver tests for explicit element root 2026-03-22 14:09:22 -05:00
explicit-root-non-descendant-should-not-intersect.html Tests: Add IntersectionObserver tests for explicit element root 2026-03-22 14:09:22 -05:00
img-lazy-loading-not-blocked-by-img-outside-viewport.html LibWeb: Rename internals.signalTextTestIsDone() to signalTestIsDone() 2025-03-18 20:09:46 +01:00
implicit-root-after-originating-iframe-is-removed-from-dom.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
implicit-root-clips-at-overflow-clip-container.html LibWeb: Clip against scroll containers in IntersectionObserver 2026-03-22 14:09:22 -05:00
implicit-root-clips-at-scroll-container.html LibWeb: Clip against scroll containers in IntersectionObserver 2026-03-22 14:09:22 -05:00
implicit-root-target-visible-in-scroll-container.html Tests: Add IntersectionObserver tests for scroll container clipping 2026-03-22 14:09:22 -05:00
observe-after-load-fires-initial-callback.html LibWeb: Schedule a frame when IntersectionObserver starts observing 2026-04-30 21:14:03 +02:00
observe-box-inside-container-with-scrollable-overflow.html LibWeb: Do not include box's own scroll offset in get_client_rects() 2024-03-22 12:13:59 +01:00
scroll-margin-expands-scrollport.html Tests: Add IntersectionObserver test for scroll margin 2026-03-22 14:09:22 -05:00
unobserve-element-without-matching-observe.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00