Testing Statement #4 Below of Section 5.3.3 of CSS1 Spec

PASS CRITERIA:

If statement #4 above is true, this paragraph should have a flag pattern background image, which is available. The rule applied is "p {background-image: url(flagbg.gif);}". Also "p {background-color: aqua;}", but this is ignored?.

This h3 heading should have a red background color only, because the image choice (great.gif) is unavailable. The rule applied is "h3 {background-image: url(great.gif);}". Also "h3 {background-color: red;}".

All other properties of this page should be UA-default.