1
0
Fork 0
firefox/layout/reftests/css-scrollbars/scrollbar-thin-overflow-change-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

17 lines
245 B
HTML

<!DOCTYPE html>
<style>
#outer {
scrollbar-width: thin;
overflow: auto;
border: 5px solid black;
background: black;
width: 200px;
height: 200px;
}
#inner {
height: 300px;
}
</style>
<div id="outer">
<div id="inner"></div>
</div>