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

Side by Side Diff: LayoutTests/platform/win/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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 PASS getWidth('img-75-nested') is '75px' 48 PASS getWidth('img-75-nested') is '75px'
49 PASS getHeight('img-75-nested') is '75px' 49 PASS getHeight('img-75-nested') is '75px'
50 PASS getWidth('img-100-nested') is '100px' 50 PASS getWidth('img-100-nested') is '100px'
51 PASS getHeight('img-100-nested') is '100px' 51 PASS getHeight('img-100-nested') is '100px'
52 PASS getWidth('object-75') is '300px' 52 PASS getWidth('object-75') is '300px'
53 PASS getHeight('object-75') is '112.5px' 53 PASS getHeight('object-75') is '112.5px'
54 PASS getWidth('object-100') is '300px' 54 PASS getWidth('object-100') is '300px'
55 PASS getHeight('object-100') is '150px' 55 PASS getHeight('object-100') is '150px'
56 PASS getWidth('button-75') is getWidth('button-100') 56 PASS getWidth('button-75') is getWidth('button-100')
57 PASS getHeight('button-75') != '0px' is true 57 PASS getHeight('button-75') != '0px' is true
58 FAIL getHeight('button-75') should be 15px. Was 9.75px. 58 FAIL getHeight('button-75') should be 16px. Was 10.5px.
59 PASS getWidth('input-button-75') is getWidth('input-button-100') 59 PASS getWidth('input-button-75') is getWidth('input-button-100')
60 PASS getHeight('input-button-75') != '0px' is true 60 PASS getHeight('input-button-75') != '0px' is true
61 FAIL getHeight('input-button-75') should be 15px. Was 9.75px. 61 FAIL getHeight('input-button-75') should be 16px. Was 10.5px.
62 PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100') 62 PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100')
63 PASS getHeight('input-checkbox-75') != '0px' is true 63 PASS getHeight('input-checkbox-75') != '0px' is true
64 PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100'). 64 PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100').
65 PASS getWidth('input-file-75') is getWidth('input-file-100') 65 PASS getWidth('input-file-75') is getWidth('input-file-100')
66 PASS getHeight('input-file-75') != '0px' is true 66 PASS getHeight('input-file-75') != '0px' is true
67 PASS getHeight('input-file-75') is 75% of getHeight('input-file-100'). 67 PASS getHeight('input-file-75') is 75% of getHeight('input-file-100').
68 PASS getWidth('input-image-75') is '75px' 68 PASS getWidth('input-image-75') is '75px'
69 PASS getHeight('input-image-75') is '75px' 69 PASS getHeight('input-image-75') is '75px'
70 PASS getWidth('input-image-100') is '100px' 70 PASS getWidth('input-image-100') is '100px'
71 PASS getHeight('input-image-100') is '100px' 71 PASS getHeight('input-image-100') is '100px'
72 PASS getWidth('input-radio-75') is getWidth('input-radio-100') 72 PASS getWidth('input-radio-75') is getWidth('input-radio-100')
73 PASS getHeight('input-radio-75') != '0px' is true 73 PASS getHeight('input-radio-75') != '0px' is true
74 PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100'). 74 PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100').
75 PASS getWidth('input-reset-75') is getWidth('input-reset-100') 75 PASS getWidth('input-reset-75') is getWidth('input-reset-100')
76 PASS getHeight('input-reset-75') != '0px' is true 76 PASS getHeight('input-reset-75') != '0px' is true
77 FAIL getHeight('input-reset-75') should be 15px. Was 9.75px. 77 FAIL getHeight('input-reset-75') should be 16px. Was 10.5px.
78 PASS getWidth('input-submit-75') is getWidth('input-submit-100') 78 PASS getWidth('input-submit-75') is getWidth('input-submit-100')
79 PASS getHeight('input-submit-75') != '0px' is true 79 PASS getHeight('input-submit-75') != '0px' is true
80 FAIL getHeight('input-submit-75') should be 15px. Was 9.75px. 80 FAIL getHeight('input-submit-75') should be 16px. Was 10.5px.
81 PASS getWidth('select-75') is getWidth('select-100') 81 PASS getWidth('select-75') is getWidth('select-100')
82 PASS getHeight('select-75') != '0px' is true 82 PASS getHeight('select-75') != '0px' is true
83 FAIL getHeight('select-75') should be 17px. Was 12.25px. 83 FAIL getHeight('select-75') should be 18px. Was 13px.
84 PASS successfullyParsed is true 84 PASS successfullyParsed is true
85 85
86 TEST COMPLETE 86 TEST COMPLETE
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698