Testing Statement #1 Below of Section 5.5.13 of CSS1 Spec

PASS CRITERIA:

NOTE: border-style of solid applies in all cases below. All other properties should be UA-default.

If statement #1 above is passed, this paragraph should have a border bottom width of thin. The rule applied is "#id1 {border-bottom-width: thin}".

This paragraph should have a border bottom width of medium. The rule applied is "#id2 {border-bottom-width: medium}".

This paragraph should have a border bottom width of thick. the rule applied is '#id3 {border-bottom-width: thick}".

This paragraph should have a border bottom width of 5px. The rule applied is "#id4 {border-bottom-width: 5px}".