Testing Thirteenth Testable Statement of Sec 9.3 of CSS2 Specification


PASS CRITERIA(should be overlapping and other lines):

If statement #13 above is passed, then


The rules applied are:
#id1 {left: 2px; position: absolute}
#id2 {left: 50%; position: absolute}
#id3 {left: auto; position: absolute}
#id4 {left: inherit; position: absolute}

This paragraph has position absolute, and left of 2px.

This paragraph has position absolute, and left of 50%.

This paragraph has position absolute, and left of auto.

This paragraph has position absolute, and left of inherit.

All other properties of this page should be UA-default.