Testing 55th Testable Statement of Sec 15.2 of CSS2 Specification

PASS CRITERIA:

If statement #55 above is passed, this paragraph should have a font-stretch of normal (initial value). The rule applied is "p {font-stretch: }". So the font-stretch property applies to the "p" element.

This h3 element should have a font-stretch of wider This emphasized text should have a font-stretch of wider, since the font-stretch property is inherited, and "em" is a child of 'h3". No explicit rule is applied for "em". THe rule applied is 'h3 {font-stretch: wider}". So the font-stretch property applies to em and h3.

THis h4 element should have a font-stretch which is narrower. The rule applied is "h4 {font-stretch: narrower}". So the font-stretch property applies to h4.

This h5 element should have a font-stretch which is expanded. The rule applied is "h5 {font-stretch: expanded}". So the font-stretch property applies to h5.
This strong text should have a font-stretch of condensed ; so the font-stretch property applies to the strong element. The rule applied is "strong {font-stretch: condensed}".
This blockquote element should have a font-stretch of UA-default The rule applied is "blockquote {font-stretch: 50%}", which should be UA-default.
All other properties of this page should be UA-default.