Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / box-sizing / intrinsic-1d.html
blob08a982ff0ca161591c8588cf28974dbb3f0338d8
1 <!DOCTYPE html>
2 <body>
3 <div style="display: inline-block; background: blue; height: 200px">
4 <img src="lime100x100.png"
5 style="height: 200px; display: block; visibility: hidden;
6 padding: calc(15%) 30px;
7 box-sizing: border-box;">
8 </div>
9 </body>