Testing Statement #3 Below of Section 5.4.3 of CSS1 Spec
-
3. The "text-decoration" property describes decorations that are added to the
text of an element.
PASS CRITERIA:
If statement #3 above is passed, then:
This h3 heading should have a text decoration of overline.
The rule applied is "#id1 {text-decoration: overline}".
This h3 heading should have a text decoration of underline.
It should look different from the heading above.
The rule applied is "#id2 {text-decoration: underline}".
All other properties of this page should be UA-default.
To move to the next test, click here