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

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

Issue 2597593002: Auto-rebaseline for r438652 (Closed)
Patch Set: 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/mac/fast/replaced/table-percent-height-text-controls-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt
deleted file mode 100644
index 84e9be0966733a42dddeb30480f92826cae7f7b5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-This test checks that text controls with percentage heights within table cells have the correct height.Text controls are in a different test than other replaced elements because their metrics are platform-specific.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-PASS getWidth('input-password-75') is getWidth('input-password-100')
-PASS getFullHeight('input-password-75') != '0px' is true
-FAIL getFullHeight('input-password-75') [14.25px] is not 75% of getFullHeight('input-password-100') [19px].
-PASS getWidth('input-text-75') is getWidth('input-text-100')
-PASS getFullHeight('input-text-75') != '0px' is true
-FAIL getFullHeight('input-text-75') [14.25px] is not 75% of getFullHeight('input-text-100') [19px].
-PASS getWidth('textarea-75') is getWidth('textarea-100')
-PASS getFullHeight('textarea-75') != '0px' is true
-PASS getFullHeight('textarea-75') is 75% of getFullHeight('textarea-100').
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698