3px image bug

HTML

<div>
    <img src="http://lorempixel.com/400/200/" alt="Lorempixum" />
    Also some text
<div>

CSS

div {
    background-color:#f00;
}

img {
    line-height: 0;
}