Testing First Statement of Section 5.3.3 of CSS1 Spec
-
1. The "background-image" property sets the background image of an element.
PASS CRITERIA:
If statement #4 above is true, this paragraph should have a flag pattern
as a background image.
The rule applied is "p {background-image: url(flagbg.gif)}".
This h3 heading should have no background image.
The rule applied is "h3 {background-image: none}".
All other properties of this page should be UA-default.