Testing Statement #3 Below of Section 5.2.3 of CSS1 Spec
-
3. For "font-style", a value of "normal" selects a font that is classified as
"normal" in the UA's font database, while "oblique" selects a font that is
labeled "oblique".
PASS CRITERIA:
If statement #3 above is passed, then:
This paragraph should have a normal font style, from the UA's font
database.
The rule applied is "#id1 {font-style: normal}"
This paragraph should have an oblique font style, from the UA's font
database.
The rule applied is "#id2 {font-style: oblique}".
This h3 heading should have italic font style, but this emphasized
word should have a normal font style.
The rules applied are "h3 {font-style: italic}" and
"h3 em {font-style: normal}".
It is possible that some UAs may give emphasized word h3 font style.
All other properties of this page should be UA-default.