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

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

Issue 2092823002: Revert https://crrev.com/399330 (Auto-rebaseline for r399293) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark some tests as NeedsRebaseline 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 FAIL getHeight('input-reset-75') should be 16px. Was 10.5px. 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 16px. Was 10.5px. 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 26px. Was 19px. 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