summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/block/positioned-bottom-margin-expected.html
blob: 0a0b99777566493171aabfc8415ebd0315945ff1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
  <body>
      <p> Bug 270473: When you scroll down there should be 50px of space provided by the margin after the yellow box.</p>
      <div style="position:absolute;width:auto;height:auto;top:0px;bottom:0px;left:0px;right:0px;min-height:200px;">
        <div style="background-color: yellow; border: 1px solid red; height: 1050px; margin-top: 50px;">
        </div>
      </div>
  </body>
</html>