1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 08:24:58 +00:00
serenity/Tests/LibWeb/Text/input/IntersectionObserver
Andreas Kling fe04d83ef5 LibWeb: Process all pending lazy loading intersection observations
This fixes an issue where images outside the viewport could prevent
loading of images inside the viewport, depending on DOM order.
2023-12-24 13:23:40 +01:00
..
img-lazy-loading-not-blocked-by-img-outside-viewport.html LibWeb: Process all pending lazy loading intersection observations 2023-12-24 13:23:40 +01:00
unobserve-element-without-matching-observe.html LibWeb: Don't assume IO.unobserve() called on observed element 2023-11-23 09:37:12 +01:00