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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/replaced/table-percent-height-expected.txt

Issue 2173763002: Auto-rebaseline for r407105 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 PASS getHeight('input-reset-75') is getHeight('input-reset-100') 77 PASS getHeight('input-reset-75') is getHeight('input-reset-100')
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 PASS getHeight('input-submit-75') is getHeight('input-submit-100') 80 PASS getHeight('input-submit-75') is getHeight('input-submit-100')
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 PASS getHeight('select-75') is getHeight('select-100') 83 FAIL getHeight('select-75') should be 16px. Was 15px.
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