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