ladybird/Tests/LibWeb/Text/input/CSSOMView
Andreas Kling 76da9aa116 LibWeb: Preserve scroll offset for nearest scrollIntoView
Compute scrollIntoView positions from the current scroll position and
only add the delta required to align an edge. The previous calculation
mixed viewport coordinates with scroller content coordinates, so the
nearest case could move a focused element that was already visible.

Add a CSSOM View text regression test that clicks a focused control in
a scroller already positioned at the bottom.
2026-05-30 21:36:47 +02:00
..
click-focused-element-in-scroller-should-not-scroll.html LibWeb: Preserve scroll offset for nearest scrollIntoView 2026-05-30 21:36:47 +02:00
getClientRects-in-detached-document.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
mouse-event-offset-values.html LibWeb: Make MouseEvent.offsetX/Y ignore transforms 2024-12-13 07:18:56 +01:00
mouse-event-offset-with-nested-css-transforms.html LibWeb: Add test for mouse event offset with nested CSS transforms 2026-01-31 16:56:05 +01:00
mouse-event-transformed-pseudoelement-crash.html LibWeb: Use paintables when calculating mouse event offset 2024-12-20 15:50:41 +01:00
mouse-event-x-y-values.html LibWeb: Fix MouseEvent position values 2024-11-21 13:22:22 +01:00