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

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

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt
diff --git a/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt b/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt
index 36ad4aac131b08cb6dc84ad7d075cb8c0554f309..84e9be0966733a42dddeb30480f92826cae7f7b5 100644
--- a/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt
+++ b/LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt
@@ -2,8 +2,6 @@
-This is a searchable index. Enter search keywords:
-This is a searchable index. Enter search keywords:
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.
@@ -20,9 +18,6 @@ FAIL getFullHeight('input-password-75') [14.25px] is not 75% of getFullHeight('i
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('isindex-75') is getWidth('isindex-100')
-PASS getFullHeight('isindex-75') != '0px' is true
-PASS getFullHeight('isindex-75') is getFullHeight('isindex-100')
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').

Powered by Google App Engine
This is Rietveld 408576698