tenfourfox/layout/reftests/box-sizing/intrinsic-1n.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
376 B
HTML

<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
box-sizing: padding-box; height: 40px;
border: 80px transparent solid">
<!-- We need to be shorter than intrinsic height, so use a max-height -->
<img src="lime100x100.png"
style="max-height: 100%; display: block; visibility: hidden;">
</div>
</body>