1
0
Fork 0
firefox/layout/reftests/async-scrolling/overscroll-scrollbar-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
471 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
/* The 3028 here was arrived at experimentally to match to
produce a scrollbar of approximately the same length as
the one of the test page squished by the overscroll. */
height: 3028px;
margin: 0;
}
div {
position: absolute;
top: 8px;
width: 200px;
height: 200px;
background: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>