<img src='image_without_dimensions.jpg' discarded='An image without dimensions' style='ignored-style' />
<img src='image_with_width.jpg' alt='An image with a width attr' width='300' data-ignored='ignored data' />
<img src='image_with_width.jpg' alt='An image with a height attr' height='300' data-ignored='ignored data' />
<img src='image_with_width_and_height.jpg' alt='An image with width and height' width='300' height='300' id='ignored-id' />
<img src='image_with_width_and_height.jpg' width='300' height='300' id='ignored-id' />
<img src='image_with_width_and_height.jpg' id='ignored-id' />
<img id='ignored-id' />
|