Testing Tenth Testable Statement of Sec 9.3 of CSS2 Specification

PASS CRITERIA(should be overlapping lines):

If statement #10 above is passed, then

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

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

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

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

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