Mypal/layout/reftests/box-sizing/intrinsic-1g.html

10 lines
294 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
box-sizing: border-box; height: 200px;
border: 40px transparent solid">
<img src="lime100x100.png"
style="height: 100%; display: block; visibility: hidden;">
</div>
</body>