If statement #12 above is passed, then this paragraph should have a minimum height of 10px and a maximum height of 20px. The rule appleid is "#id1 {min-height: 10px; max-height; 20px;}".
This paragraph should have a minimum height of 50% of containing block and maximum height of 150% of containing block. The rule applied is "#id2 {min-height: 50%; max-height: 150%;}".
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.