1
0
Fork 0
firefox/layout/reftests/scrolling/huge-vertical-overflow-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

16 lines
328 B
HTML

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
.hide { position: absolute; left: -99em; top: -99em; }
#body { min-height: 3000px;}
</style>
</head>
<body>
<div id="body">
<h1 class="hide">Microsoft Learning:</h1>
blah blah
</div>
</body>
</html>