mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
We only checked if the paintable box had scrollable overflow, but that was too simple - we now use the same logic that checks whether a box can be scrolled by a mousewheel event. The autoscrolling test was updated as well to use rAF+rAF+timeout instead of a fixed 1000ms timeout, which is prone to flakiness.