ladybird/Tests/LibWeb/Text/expected/CSSOMView
Aliaksandr Kalenik 24c08b7d42 LibWeb: Fix mouse event offset computation with nested CSS transforms
compute_mouse_event_offset() only inverted the target element's own CSS
transform, ignoring ancestor transforms. This caused incorrect offsetX/
offsetY values when elements were nested inside transformed parents.

Use AccumulatedVisualContext::inverse_transform_point() to invert the
full ancestor transform chain instead.
2026-01-31 16:56:05 +01:00
..
getClientRects-in-detached-document.txt LibWeb/CSS: Move property code from CSSStyleDeclaration to *Properties 2025-03-19 13:53:00 +00:00
mouse-event-offset-values.txt LibWeb: Make MouseEvent.offsetX/Y ignore transforms 2024-12-13 07:18:56 +01:00
mouse-event-offset-with-nested-css-transforms.txt LibWeb: Fix mouse event offset computation with nested CSS transforms 2026-01-31 16:56:05 +01:00
mouse-event-transformed-pseudoelement-crash.txt LibWeb: Use paintables when calculating mouse event offset 2024-12-20 15:50:41 +01:00
mouse-event-x-y-values.txt LibWeb: Fix MouseEvent position values 2024-11-21 13:22:22 +01:00