summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-overflow-block-ref.html
blob: 9259a5da1f4c46a4e41ba8ebc8f017ac7ec1050b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<title>outline goes around overflow, floats</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; height: 100px }

</style>
<body>
<div></div>