Testing Statement #4 Below of Section 5.1 of CSS1 Spec
PASS CRITERIA:
If statement #4 above is passed, then:
The background for this page should be a flag pattern (lime if flag pattern
is unavailable) and the background for this particular paragraph should be
red (blue if red is unavailable). The rules applied are "body
{background: url(flagbg.gif)/lime}" and "p {background: red/blue}".
This h3 heading should have a background of silver. The rule applied here
is "h3 {background: silver}".
All of the rules above have the production form "value=url(optional) or
color or alternate color".
All other properties of this page should be UA-default.