If statement #5 above is passed, then this image should be absolutely positioned with (HTML rules) height of 100 and width of 100. The rule is "img {position: absolute}". There is some text below this image which should be correctly positioned. The rule specified is "p {position: relative}".
The image here should also be absolutely positioned, with (HTML rules) width of 200 and height of 200. The rule again is "img {position: absolute}".
The text below this larger image should again be correctly positioned with respect to the image. The rule again is "p {position: relative}".
All positioning should be preserved in the above images. All other properties of this page should be UA-default.