ladybird/Tests/LibWeb/Layout/input/actually-ignore-the-negative-overflow-region.html
Andreas Kling 94721385ce LibWeb: Ignore boxes wholly in the negative scrollable overflow region
This fixes an issue where https://hey.com/ was horizontally scrollable
even though it shouldn't be.
2024-10-08 14:33:35 +02:00

8 lines
No EOL
173 B
HTML

<!doctype html><style>
* { outline: 1px solid black; }
body { display: flex; }
div {
position: absolute;
left: -5000px;
}
</style><body><div>