1
0
Fork 0
firefox/gfx/layers/apz/test/reftest/pinch-zoom-position-fixed-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

23 lines
461 B
HTML

<!DOCTYPE html>
<html reftest-resolution="1.5">
<head>
<meta name="viewport" content="width=device-width">
<style>
body {
margin: 0;
height: 2000px;
overflow: hidden;
}
div {
position: absolute;
bottom: 0;
width: 100%;
height: 500px;
background: repeating-linear-gradient(90deg, transparent, transparent 20px, black 20px, black 40px);
}
</style>
</head>
<body>
<div></div>
</body>
</html>