gecko-dev/layout/reftests/box-sizing/intrinsic-1d.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
292 B
HTML
Raw Normal View History

<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue; height: 200px">
<img src="lime100x100.png"
style="height: 200px; display: block; visibility: hidden;
padding: calc(15%) 30px;
box-sizing: border-box;">
</div>
</body>