Files
ladybird/Libraries/LibWeb/HTML/Window.cpp
Andreas Kling cf5e0a31ee LibWeb: Avoid synchronous layout update on window.scroll(0, 0)
The coordinate (0, 0) is always inbounds, and we don't need to consult
layout results to figure out if it's within the scrollable overflow.
2026-01-14 11:46:23 +01:00

86 KiB