Testing First Statement of Section 5.3.2 of CSS1 Spec
-
1. The "background-color" property sets the background color of an element.
PASS CRITERIA:
If statement #1 above is true, this paragraph should have a background color
of blue.
The rule applied is "p {background-color: blue;}"
This h3 heading should have a background color of red.
The rule applied is "h3 {background-color: red;}"
All other properties of this page should be UA-default.