summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-overflow-block-ref.html
blob: 204d02430eb64f088493289108dcd0d9c3a403a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>