| OLD | NEW |
| 1 PASS div.style.minWidth is "" | 1 PASS div.style.minWidth is "" |
| 2 PASS getComputedStyle(div)["min-width"] is "0px" | 2 PASS getComputedStyle(div)["min-width"] is "0px" |
| 3 PASS div.style.minWidth is "" | 3 PASS div.style.minWidth is "auto" |
| 4 PASS div.style.maxWidth is "" | 4 PASS div.style.maxWidth is "" |
| 5 PASS getComputedStyle(div).minWidth is "0px" | 5 PASS getComputedStyle(div).minWidth is "0px" |
| 6 PASS div.style.minWidth is "0px" | 6 PASS div.style.minWidth is "0px" |
| 7 PASS getComputedStyle(div)["min-width"] is "0px" | 7 PASS getComputedStyle(div)["min-width"] is "0px" |
| 8 PASS div.style.minHeight is "" | 8 PASS div.style.minHeight is "" |
| 9 PASS getComputedStyle(div)["min-height"] is "0px" | 9 PASS getComputedStyle(div)["min-height"] is "0px" |
| 10 PASS div.style.minHeight is "" | 10 PASS div.style.minHeight is "auto" |
| 11 PASS div.style.maxHeight is "" | 11 PASS div.style.maxHeight is "" |
| 12 PASS getComputedStyle(div).minHeight is "0px" | 12 PASS getComputedStyle(div).minHeight is "0px" |
| 13 PASS div.style.minHeight is "0px" | 13 PASS div.style.minHeight is "0px" |
| 14 PASS getComputedStyle(div)["min-height"] is "0px" | 14 PASS getComputedStyle(div)["min-height"] is "0px" |
| 15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 16 | 16 |
| 17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 | 18 |
| OLD | NEW |