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

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

Issue 2535173006: Percent height border-box content should get correct height in percent height cells (Closed)
Patch Set: bug 669867 Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/fast/replaced/table-percent-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/replaced/table-percent-height-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/replaced/table-percent-height-expected.txt
index 1901ea89c9f78a04dd6606659d5e5eb910b7990b..df407c6d3f420cd3c1cc50dc5ed5b0727e350320 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/replaced/table-percent-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/replaced/table-percent-height-expected.txt
@@ -55,32 +55,32 @@ PASS getWidth('object-100') is '300px'
PASS getHeight('object-100') is '150px'
PASS getWidth('button-75') is getWidth('button-100')
PASS getHeight('button-75') != '0px' is true
-FAIL getHeight('button-75') should be 16px. Was 10.5px.
+PASS getHeight('button-75') is getHeight('button-100')
PASS getWidth('input-button-75') is getWidth('input-button-100')
PASS getHeight('input-button-75') != '0px' is true
-FAIL getHeight('input-button-75') should be 16px. Was 10.5px.
+PASS getHeight('input-button-75') is getHeight('input-button-100')
PASS getWidth('input-checkbox-75') is getWidth('input-checkbox-100')
-PASS getHeight('input-checkbox-75') != '0px' is true
-PASS getHeight('input-checkbox-75') is 75% of getHeight('input-checkbox-100').
+PASS getHeight('input-checkbox-75') == '0px' is true
+PASS getHeight('input-checkbox-75') is getHeight('input-checkbox-100')
PASS getWidth('input-file-75') is getWidth('input-file-100')
PASS getHeight('input-file-75') != '0px' is true
-PASS getHeight('input-file-75') is 75% of getHeight('input-file-100').
+PASS getHeight('input-file-75') is getHeight('input-file-100')
PASS getWidth('input-image-75') is '75px'
PASS getHeight('input-image-75') is '75px'
PASS getWidth('input-image-100') is '100px'
PASS getHeight('input-image-100') is '100px'
PASS getWidth('input-radio-75') is getWidth('input-radio-100')
-PASS getHeight('input-radio-75') != '0px' is true
-PASS getHeight('input-radio-75') is 75% of getHeight('input-radio-100').
+PASS getHeight('input-radio-75') == '0px' is true
+PASS getHeight('input-radio-75') is getHeight('input-radio-100')
PASS getWidth('input-reset-75') is getWidth('input-reset-100')
PASS getHeight('input-reset-75') != '0px' is true
-FAIL getHeight('input-reset-75') should be 16px. Was 10.5px.
+PASS getHeight('input-reset-75') is getHeight('input-reset-100')
PASS getWidth('input-submit-75') is getWidth('input-submit-100')
PASS getHeight('input-submit-75') != '0px' is true
-FAIL getHeight('input-submit-75') should be 16px. Was 10.5px.
+PASS getHeight('input-submit-75') is getHeight('input-submit-100')
PASS getWidth('select-75') is getWidth('select-100')
PASS getHeight('select-75') != '0px' is true
-FAIL getHeight('select-75') should be 18px. Was 13px.
+PASS getHeight('select-75') is getHeight('select-100')
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698