Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/intersection-observer/edge-inclusive-intersection.txt
Andreas Kling 31a69ce887 LibWeb+LibGfx: Make IntersectionObserver checks edge-inclusive
This fixes an issue where 0x0 rectangles were not considered to be
intersecting, even when they fell inside (or were adjacent to) the
viewport.
2025-02-16 18:09:08 +01:00

10 lines
295 B
Plaintext

Harness status: OK
Found 5 tests
5 Pass
Pass IntersectionObserver should detect and report edge-adjacent and zero-area intersections.
Pass First rAF.
Pass Set transform=translateY(200px) on target.
Pass Set transform=translateY(201px) on target.
Pass Set transform=translateY(185px) on target.