gecko-dev/layout/reftests/box-sizing/intrinsic-1n.html
Daniel Holbert a5625a56b5 Bug 1280422: Remove unneeded "box-sizing: padding-box" CSS from 3 reftests, now that it's become invalid CSS. (test only, no review.)
As it happens, these testcases don't actually have any padding.  So for them,
"box-sizing: padding-box" is equivalent to the default "content-box" behavior,
anyway.  So, this change (and the unsupporting of 'padding-box') doesn't impact
these tests' rendering.

MozReview-Commit-ID: JPTwmahnOti
2016-06-20 09:28:29 +01:00

11 lines
351 B
HTML

<!DOCTYPE html>
<body>
<div style="display: inline-block; background: blue;
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>