Testing Statement #10 Below of Section 5.5.17 of CSS1 Spec
-
10. "groove" means that a 3D groove is drawn in colors based on the color value.
"ridge" means that a 3D ridge is drawn in colors based on the color value.
PASS CRITERIA:
If statement #10 above is passed, this paragraph should have a border style
of groove with a green color.
The rule applied is 'p {border-style: groove;
color: green;}".
This h3 heading should have a border-style of ridge with a red color.
The rule applied is "h3 {border-style: ridge;
color: red;}".
All other properties of this page should be UA-default.