| OLD | NEW |
| 1 HTMLSelectElement multiple attribute test when no size is specified | 1 HTMLSelectElement multiple attribute test when no size is specified |
| 2 | 2 |
| 3 PASS clientHeight('sel2') is clientHeight('sel1') | 3 PASS clientHeight('sel2') is clientHeight('sel1') |
| 4 PASS getElemById('sel2').setAttribute('size', '5'); clientHeight('sel2') > clien
tHeight('sel1') is true | 4 PASS getElemById('sel2').setAttribute('size', '5'); clientHeight('sel2') > clien
tHeight('sel1') is true |
| 5 PASS clientHeight('sel3') is clientHeight('sel1') | 5 PASS clientHeight('sel3') is clientHeight('sel1') |
| 6 PASS getElemById('sel3').setAttribute('size', '2'); clientHeight('sel3') is clie
ntHeight('sel1') | 6 PASS getElemById('sel3').setAttribute('size', '2'); clientHeight('sel3') is clie
ntHeight('sel1') |
| 7 PASS getElemById('sel3').setAttribute('size', '0'); clientHeight('sel3') is clie
ntHeight('sel1') | 7 PASS getElemById('sel3').setAttribute('size', '0'); clientHeight('sel3') is clie
ntHeight('sel1') |
| 8 PASS getElemById('sel3').setAttribute('size', ''); clientHeight('sel3') is clien
tHeight('sel1') | 8 PASS getElemById('sel3').setAttribute('size', ''); clientHeight('sel3') is clien
tHeight('sel1') |
| 9 PASS getElemById('sel3').setAttribute('size', '1+ef'); clientHeight('sel3') is c
lientHeight('sel1') | 9 PASS getElemById('sel3').setAttribute('size', '1+ef'); clientHeight('sel3') is c
lientHeight('sel1') |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| 14 |
| 15 |
| 16 |
| OLD | NEW |