summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/398144-1.html
blob: 86e019b62c25bc623e1d44e4a73eaeae8fa60d1b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<body>
<div style="height:100px; background-color:blue;"></div>
<div style="margin-top:100px; margin-bottom:100px;">
  <div style="display:inline-block;"></div>
</div>
<div style="height:100px; background-color:blue;"></div>
</body>
</html>