OLD | NEW |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 Button | 9 Button |
10 Button | 10 Button |
(...skipping 12 matching lines...) Expand all Loading... |
23 | 23 |
24 | 24 |
25 | 25 |
26 | 26 |
27 This test checks that replaced elements with percentage heights within table cel
ls have the correct height. | 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. | 28 Note, some of the button height tests fail on the Windows ports. See bug #34071. |
29 | 29 |
30 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 30 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
31 | 31 |
32 | 32 |
| 33 PASS successfullyParsed is true |
| 34 |
| 35 TEST COMPLETE |
33 PASS getWidth('canvas-75') is '225px' | 36 PASS getWidth('canvas-75') is '225px' |
34 PASS getHeight('canvas-75') is '112.5px' | 37 PASS getHeight('canvas-75') is '112.5px' |
35 PASS getWidth('canvas-100') is '300px' | 38 PASS getWidth('canvas-100') is '300px' |
36 PASS getHeight('canvas-100') is '150px' | 39 PASS getHeight('canvas-100') is '150px' |
37 PASS getWidth('embed-75') is '300px' | 40 PASS getWidth('embed-75') is '300px' |
38 PASS getHeight('embed-75') is '112.5px' | 41 PASS getHeight('embed-75') is '112.5px' |
39 PASS getWidth('embed-100') is '300px' | 42 PASS getWidth('embed-100') is '300px' |
40 PASS getHeight('embed-100') is '150px' | 43 PASS getHeight('embed-100') is '150px' |
41 PASS getWidth('img-75') is '75px' | 44 PASS getWidth('img-75') is '75px' |
42 PASS getHeight('img-75') is '75px' | 45 PASS getHeight('img-75') is '75px' |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 FAIL getHeight('input-reset-75') should be 16px. Was 10.5px. | 77 FAIL getHeight('input-reset-75') should be 16px. Was 10.5px. |
75 PASS getWidth('input-submit-75') is getWidth('input-submit-100') | 78 PASS getWidth('input-submit-75') is getWidth('input-submit-100') |
76 PASS getHeight('input-submit-75') != '0px' is true | 79 PASS getHeight('input-submit-75') != '0px' is true |
77 FAIL getHeight('input-submit-75') should be 16px. Was 10.5px. | 80 FAIL getHeight('input-submit-75') should be 16px. Was 10.5px. |
78 PASS getWidth('select-75') is getWidth('select-100') | 81 PASS getWidth('select-75') is getWidth('select-100') |
79 PASS getHeight('select-75') != '0px' is true | 82 PASS getHeight('select-75') != '0px' is true |
80 FAIL getHeight('select-75') should be 18px. Was 13px. | 83 FAIL getHeight('select-75') should be 18px. Was 13px. |
81 PASS successfullyParsed is true | 84 PASS successfullyParsed is true |
82 | 85 |
83 TEST COMPLETE | 86 TEST COMPLETE |
84 PASS successfullyParsed is true | |
85 | |
86 TEST COMPLETE | |
87 | 87 |
OLD | NEW |