blob: 145c63b4e70c90764aa1281e895d42a1d6bdfcb1 [file]
<style>
img {
height: 20px;
width: 100px;
max-width: 100%; /* this is to trigger legacy preferred width computation */
background-color: green;
}
div {
text-indent: -10px;
width: max-content;
font-family: Ahem;
}
</style>
<div><img>PASS if content does not wrap.</div>