1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:28:12 +00:00
serenity/Tests/LibWeb/Text
Aliaksandr Kalenik e464d484c4 LibWeb: Implement getBoundingClientRect() for inline paintables
This fixes the issue that occurred when, after clicking an inline
paintable page would always scroll to the top. The problem was that
`scroll_an_element_into_view()` relies on `get_bounding_client_rect()`
to produce the correct scroll position and for inline paintables we
were always returning zero rect before this change.
2023-12-14 16:25:27 +01:00
..
expected LibWeb: Implement getBoundingClientRect() for inline paintables 2023-12-14 16:25:27 +01:00
input LibWeb: Implement getBoundingClientRect() for inline paintables 2023-12-14 16:25:27 +01:00