| OLD | NEW |
| (Empty) |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 Button | |
| 10 Button | |
| 11 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | |
| 21 | |
| 22 | |
| 23 | |
| 24 | |
| 25 | |
| 26 | |
| 27 This test checks that replaced elements with percentage heights within table cel
ls have the correct height. | |
| 28 Note, some of the button height tests fail on the Windows ports. See bug #34071. | |
| 29 | |
| 30 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 31 | |
| 32 | |
| 33 PASS successfullyParsed is true | |
| 34 | |
| 35 TEST COMPLETE | |
| 36 PASS getWidth('canvas-75') is '225px' | |
| 37 PASS getHeight('canvas-75') is '112.5px' | |
| 38 PASS getWidth('canvas-100') is '300px' | |
| 39 PASS getHeight('canvas-100') is '150px' | |
| 40 PASS getWidth('embed-75') is '300px' | |
| 41 PASS getHeight('embed-75') is '112.5px' | |
| 42 PASS getWidth('embed-100') is '300px' | |
| 43 PASS getHeight('embed-100') is '150px' | |
| 44 PASS getWidth('img-75') is '75px' | |
| 45 PASS getHeight('img-75') is '75px' | |
| 46 PASS getWidth('img-100') is '100px' | |
| 47 PASS getHeight('img-100') is '100px' | |
| 48 PASS getWidth('img-75-nested') is '75px' | |
| 49 PASS getHeight('img-75-nested') is '75px' | |
| 50 PASS getWidth('img-100-nested') is '100px' | |
| 51 PASS getHeight('img-100-nested') is '100px' | |
| 52 PASS getWidth('object-75') is '300px' | |
| 53 PASS getHeight('object-75') is '112.5px' | |
| 54 PASS getWidth('object-100') is '300px' | |
| 55 PASS getHeight('object-100') is '150px' | |
| 56 PASS getWidth('button-75') is getWidth('button-100') | |
| 57 PASS getHeight('button-75') != '0px' is true | |
| 58 PASS getHeight('button-75') is getHeight('button-100') | |
| 59 PASS getWidth('input-button-75') is getWidth('input-button-100') | |
| 60 PASS getHeight('input-button-75') != '0px' is true | |
| 61 PASS getHeight('input-button-75') is getHeight('input-button-100') | |
| 62 PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100') | |
| 63 PASS getHeight('input-checkbox-75') == '0px' is true | |
| 64 PASS getHeight('input-checkbox-75') is getHeight('input-checkbox-100') | |
| 65 PASS getWidth('input-file-75') is getWidth('input-file-100') | |
| 66 PASS getHeight('input-file-75') != '0px' is true | |
| 67 PASS getHeight('input-file-75') is getHeight('input-file-100') | |
| 68 PASS getWidth('input-image-75') is '75px' | |
| 69 PASS getHeight('input-image-75') is '75px' | |
| 70 PASS getWidth('input-image-100') is '100px' | |
| 71 PASS getHeight('input-image-100') is '100px' | |
| 72 PASS getWidth('input-radio-75') is getWidth('input-radio-100') | |
| 73 PASS getHeight('input-radio-75') == '0px' is true | |
| 74 PASS getHeight('input-radio-75') is getHeight('input-radio-100') | |
| 75 PASS getWidth('input-reset-75') is getWidth('input-reset-100') | |
| 76 PASS getHeight('input-reset-75') != '0px' is true | |
| 77 PASS getHeight('input-reset-75') is getHeight('input-reset-100') | |
| 78 PASS getWidth('input-submit-75') is getWidth('input-submit-100') | |
| 79 PASS getHeight('input-submit-75') != '0px' is true | |
| 80 PASS getHeight('input-submit-75') is getHeight('input-submit-100') | |
| 81 PASS getWidth('select-75') is getWidth('select-100') | |
| 82 PASS getHeight('select-75') != '0px' is true | |
| 83 PASS getHeight('select-75') is getHeight('select-100') | |
| 84 PASS successfullyParsed is true | |
| 85 | |
| 86 TEST COMPLETE | |
| 87 | |
| OLD | NEW |