Testing Fourteenth Testable Statement of Sec 9.3 of CSS2 Specification

PASS CRITERIA(lots of overlapping lines):

If statement #14 above is passed, then

This blockquote should have left of auto (initial value). Rule is "blockquote {position: absolute}"

This paragraph should have position absolute, and left of 5px; rule is "p {position: absolute; left: 5px}". This emphasized text should have position and left of UA-default (property not inherited). This strong text should have left of 50% of that of p, since strong is descended from p.

This h3 element should have position absolute and left of 10px. Rule is "h3 {position: absolute; left: 10px}".

This h4 element should have position absolute and left of 15px. Rule is "h4 {position: absolute; left: 15px}".

NOTE: From list of elements above, left property should apply to all elements. All other properties of this page should be UA-default.