Testing Statement #1 Below of Section 5.5.15 of CSS1 Spec

PASS CRITERIA:

Note: border-style of solid is applied here.

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

This paragraph should have top and bottom border widths of thin, and right and left border widths of medium. THe rule applied is '#id2 {border-width: thin medium]".

This paragraph should have top border width of thin, right and left border widths of medium, and bottom border width of thick. The rule applied is "#id3 {border-width: thin medium thick}".

This paragraph should have top border width of thin, right border width of medium, bottom border width of thick, and left border width of 10px. The rule applied is "#id4 {border-width: thin medium thick 10px}".

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