summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-sizing/intrinsic-1j.html
blob: ca398338ab5d7556808e7da5968eb9e075f79e4d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<body>
  <div style="display: inline-block; background: blue;
              box-sizing: border-box; height: 200px;
              border: 40px transparent solid">
    <!-- We need to be taller than intrinsic height, so use a min-height -->
    <img src="lime100x100.png"
         style="min-height: 100%; display: block; visibility: hidden;">
  </div>
</body>