Testing 50th Testable Statement of Sec 15.2 of CSS2 Specification
-
50. The font-style, font-weight, and font-variant properties are displayed
here.
PASS CRITERIA:
If statement #50 above is passed, then
the body of this page should have font weight of 400.
The rule applied is "body {font-weight: 400}".
This emphasized text should have font style oblique.
The rule applied is "em {font-style: oblique}".
This strong text should have font weight of bolder (than that of
body element - 500 if available).
Rule applied is "strong {font-weight: bolder}".
This h3 element should have font style of italic and font-variant of
small-caps.
The rules applied are "h3 {font-style: italic; font-variant: small-caps}".
This emphasized text should have font style of normal.
Rule applied is "h3 em {font-style: normal}".
All other properties of this page should be UA-default.