If statement #5 above is passed, this paragraph should have a height of 400px which would be enforced by scrolling if necessary. The rule applied is "p {height: 400px}". The image below should have intrinsic height and width of 150px and 250px, respectively, since the rule applied is "img.oval {height: auto; width: auto;}".
This paragraph should have UA-default height. The rule stated is "#id1 {height: -100px}", which should be ignored since the value is negative.
All other properties should be UA-default.