summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-sizing/intrinsic-1f.html
blob: a273761ab5dea89b954885fef8ebdbc70cd485b6 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body>
  <div style="display: inline-block; background: blue">
    <img src="lime100x100.png"
         style="height: 200px; display: block; visibility: hidden;
                padding: calc(30px);
                box-sizing: border-box;">
  </div>
</body>