Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Side by Side Diff: LayoutTests/platform/win-xp/fast/replaced/table-percent-height-expected.txt

Issue 551613002: Auto-rebaseline for r181492 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 FAIL getHeight('button-75') should be 16px. Was 10.5px.
59 PASS getWidth('input-button-75') is getWidth('input-button-100')
60 PASS getHeight('input-button-75') != '0px' is true
61 FAIL getHeight('input-button-75') should be 16px. Was 10.5px.
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 75% of 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 75% of 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 75% of 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 FAIL getHeight('input-reset-75') should be 16px. Was 10.5px.
78 PASS getWidth('input-submit-75') is getWidth('input-submit-100')
79 PASS getHeight('input-submit-75') != '0px' is true
80 FAIL getHeight('input-submit-75') should be 16px. Was 10.5px.
81 PASS getWidth('select-75') is getWidth('select-100')
82 PASS getHeight('select-75') != '0px' is true
83 FAIL getHeight('select-75') should be 18px. Was 13px.
84 PASS successfullyParsed is true
85
86 TEST COMPLETE
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698