CSS3 Border Left Width Test

PASS CRITERIA:

If statement above is correct, this paragraph should have border left width of UA-default. A CSS rule of "border-left-style: solid" is applied. However, the border left width property does apply to the p element.

This h3 heading has a border left width of 15px, but this emphasized text has a border left width of 45px; the rules applied are: "h3 {border-left-width: 15px;}" "em {border-left-width: 45px;}" So the border left width property applies to the h3 and em elements.

This h4 heading has a border left width property of 30px (because of the rule "h4 {border-left-width: 30px;}", but these italicized words have a border left width of UA-default, because the border-left-width property does not inherit. However, the border left width property does apply to the h4 and i elements.

This blockquote element should have a UA-default border left width. The nonsensical rule "blockquote {border-left-width: 200%}" should be ignored, but the border-left-width property does apply to the blockquote element.

All other properties of this page should be UA-default. This is a paragraph, like the one above. Border left style of solid applies to all CSS rules, so that the left border is visible.