If statement #2 above is passed, then this paragraph should have a minimum height of 20px and a maximum height of 40px. The rule appleid is "#id1 {min-height: 20px; max-height: 40px;}".
This paragraph should have a minimum height of 100% of containing block and maximum height of 300% of containing block. The rule applied is "#id2 {min-height: 100%; max-height: 300%;}".
This paragraph should have a minimum height of 0 and a maximum height of none. The rule applied is "#id3 {min-height: 0; max-height: none}".
All other properties of this page should be UA-default.