Testing Statement #4 Below of Section 5.3.3 of CSS1 Spec
-
4. When setting a background image, one should also set a background color
that will be used when the image is unavailable.
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.