summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/ignored-margins-1-ref.html
blob: dffae6e886451ecec1ff8d496d30be7bc316a70c (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <body>
    <div style="width: 100px; border: 1px solid green;">
      <div style="display: block; height: 20px; width: 80px; margin: 10px 0 10px 10px; border: 5px solid black"></div>
    </div>
  </body>
</html>