Testing Statement #1 Below of Section 5.5.11 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 top width of thin. The rule applied is "#id1 {border-top-width: thin}".

This paragarph should have a border top widht of medium. The rule applied is "#id2 {border-top-width; medium}".

This paragraph should have a border top width of thick. The rule appleid is "#id3 {border-top-width: thick}".

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