no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / box-sizing / intrinsic-1j.html
blobca398338ab5d7556808e7da5968eb9e075f79e4d
1 <!DOCTYPE html>
2 <body>
3 <div style="display: inline-block; background: blue;
4 box-sizing: border-box; height: 200px;
5 border: 40px transparent solid">
6 <!-- We need to be taller than intrinsic height, so use a min-height -->
7 <img src="lime100x100.png"
8 style="min-height: 100%; display: block; visibility: hidden;">
9 </div>
10 </body>