blob: 2dbba500cb2416f5c66cd6b5f2174923d5329edd [file]
<style>
div {
width: 30px;
line-height: 10;
color: transparent;
}
span {
vertical-align: top;
}
img {
background-color: green;
width: 30px;
height: 30px;
}
</style>
<div><span><img></span></div>
<div><span>X<img></span></div>