Testing Third Testable Statement of Sec 18.4 of CSS2 Specification

PASS CRITERIA:

If statement #3 above is passed, this paragraph should have an outline of "medium none invert". The rule applied is "p {outline: }". So the outline property applies to the "p" element.

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

THis h4 element should have a outline which is dashed. The rule applied is "h4 {outline: dashed}". So the outline property applies to h4.

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