Testing Sec 9.3 of CSS2 Specification



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

NOTE: Should be lines of varying positions here.

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

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

This paragraph has position absolute, and bottom of auto.

This paragraph has position absolute, and bottom of inherit.

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