1
0
Fork 0
firefox/layout/reftests/outline/outline-overflow-block-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
285 B
HTML

<!DOCTYPE HTML>
<title>reference</title>
<style>
html, body { margin: 0; padding: 0; border: none }
html { overflow:hidden /* avoid second reflow for scrollbars */ }
body > div {
margin: 98px;
border: 2px solid blue;
width: 50px;
height: 50px;
}
</style>
<body>
<div></div>