<!DOCTYPE html>
<style>
img {
position: absolute;
top: 50px;
left: 0px;
width: 100px;
height: 200px;
}
</style>
The image should be fully repainted on resize. Passes if there is a whole apple after resize.
<img src="../resources/apple.jpg">