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

13 lines
419 B
HTML

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