Testing Second Testable Statement of Sec 10.4 of CSS2 Specification

PASS CRITERIA:

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

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

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.