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

10 lines
295 B
HTML

<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
box-sizing: padding-box; height: 120px;
border: 40px transparent solid">
<img src="lime100x100.png"
style="height: 100%; display: block; visibility: hidden;">
</div>
</body>