Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / table-percent-height-expected.txt
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 cells 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 getWidth('canvas-75') is '224px'
34 PASS getHeight('canvas-75') is '112px'
35 PASS getWidth('canvas-100') is '300px'
36 PASS getHeight('canvas-100') is '150px'
37 PASS getWidth('embed-75') is '300px'
38 PASS getHeight('embed-75') is '112px'
39 PASS getWidth('embed-100') is '300px'
40 PASS getHeight('embed-100') is '150px'
41 PASS getWidth('img-75') is '75px'
42 PASS getHeight('img-75') is '75px'
43 PASS getWidth('img-100') is '100px'
44 PASS getHeight('img-100') is '100px'
45 PASS getWidth('img-75-nested') is '75px'
46 PASS getHeight('img-75-nested') is '75px'
47 PASS getWidth('img-100-nested') is '100px'
48 PASS getHeight('img-100-nested') is '100px'
49 PASS getWidth('object-75') is '300px'
50 PASS getHeight('object-75') is '112px'
51 PASS getWidth('object-100') is '300px'
52 PASS getHeight('object-100') is '150px'
53 PASS getWidth('button-75') is getWidth('button-100')
54 PASS getHeight('button-75') != '0px' is true
55 PASS getHeight('button-75') is getHeight('button-100')
56 PASS getWidth('input-button-75') is getWidth('input-button-100')
57 PASS getHeight('input-button-75') != '0px' is true
58 PASS getHeight('input-button-75') is getHeight('input-button-100')
59 PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100')
60 PASS getHeight('input-checkbox-75') != '0px' is true
61 PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100').
62 PASS getWidth('input-file-75') is getWidth('input-file-100')
63 PASS getHeight('input-file-75') != '0px' is true
64 PASS getHeight('input-file-75') is 75% of getHeight('input-file-100').
65 PASS getWidth('input-image-75') is '75px'
66 PASS getHeight('input-image-75') is '75px'
67 PASS getWidth('input-image-100') is '100px'
68 PASS getHeight('input-image-100') is '100px'
69 PASS getWidth('input-radio-75') is getWidth('input-radio-100')
70 PASS getHeight('input-radio-75') != '0px' is true
71 PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100').
72 PASS getWidth('input-reset-75') is getWidth('input-reset-100')
73 PASS getHeight('input-reset-75') != '0px' is true
74 PASS getHeight('input-reset-75') is getHeight('input-reset-100')
75 PASS getWidth('input-submit-75') is getWidth('input-submit-100')
76 PASS getHeight('input-submit-75') != '0px' is true
77 PASS getHeight('input-submit-75') is getHeight('input-submit-100')
78 PASS getWidth('select-75') is getWidth('select-100')
79 PASS getHeight('select-75') != '0px' is true
80 PASS getHeight('select-75') is getHeight('select-100')
81 PASS successfullyParsed is true
82
83 TEST COMPLETE
84