Testing Statement #1 of Section 6.3 of CSS1 Spec
-
1. A color is either a keyword or a numerical RGB specification.
PASS CRITERIA:
If statement #1 above is passed, this paragraph should be red.
The rule applied is "p {color: red}".
This is a keyword value.
This h3 heading should also be red, using rgb code.
The rule applied is "h3 {color: rgb(255,0,0)}".
All other properties of this page should be UA-default.