Testing First Testable Statement of Sec 10.4 of CSS2 Specification

PASS CRITERIA:

If statement #1 above is passed, then this paragraph should have a minimum width of 10px and a maximum width of 20px. The rule appleid is "#id1 {min-width: 10px; max-width; 20px;}".

This paragraph should have a minimum width of 50% of containing block and maximum width of 150% of containing block. The rule applied is "#id2 {min-width: 50%; max-width: 150%;}".

This paragraph should have a minimum width of UA-default and a maximum width of none. The rule applied is "#id3 {min-width: ; max-width: none}".

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