Testing FIrst Testable Statement of Sec 6.1 of CSS2 Specification
-
1. The final value of a property is the result of a three-step calculation.
PASS CRITERIA:
If statement #1 above is passed, then
this paragraph should have a color of green.
The rule applied is "p {color: green}". All text in this paragraph
should have font size of 24pt, because of inherited rule
"body {font-size: 24pt}".
This h3 heading should have a font size of 48pt, computed from the "body"
element.
Rule is "h3 {font-size: 200%}".
All other properties of this page should be UA-default.