Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / box-sizing / intrinsic-1n.html
blob5328e03ab6acd2c761ab3d3e8112ed2a4d1f01f1
1 <!DOCTYPE html>
2 <body>
3 <div style="display: inline-block; background: blue;
4 height: 40px;
5 border: 80px transparent solid">
6 <!-- We need to be shorter than intrinsic height, so use a max-height -->
7 <img src="lime100x100.png"
8 style="max-height: 100%; display: block; visibility: hidden;">
9 </div>
10 </body>