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

Side by Side 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, 9 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 | Annotate | Revision Log
OLDNEW
1 1
2 2
3 3
4 4
5 This is a searchable index. Enter search keywords:
6 This is a searchable index. Enter search keywords:
7 5
8 6
9 This test checks that text controls with percentage heights within table cells h ave the correct height.Text controls are in a different test than other replaced elements because their metrics are platform-specific. 7 This test checks that text controls with percentage heights within table cells h ave the correct height.Text controls are in a different test than other replaced elements because their metrics are platform-specific.
10 8
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 10
13 11
14 PASS successfullyParsed is true 12 PASS successfullyParsed is true
15 13
16 TEST COMPLETE 14 TEST COMPLETE
17 PASS getWidth('input-password-75') is getWidth('input-password-100') 15 PASS getWidth('input-password-75') is getWidth('input-password-100')
18 PASS getFullHeight('input-password-75') != '0px' is true 16 PASS getFullHeight('input-password-75') != '0px' is true
19 FAIL getFullHeight('input-password-75') [14.25px] is not 75% of getFullHeight('i nput-password-100') [19px]. 17 FAIL getFullHeight('input-password-75') [14.25px] is not 75% of getFullHeight('i nput-password-100') [19px].
20 PASS getWidth('input-text-75') is getWidth('input-text-100') 18 PASS getWidth('input-text-75') is getWidth('input-text-100')
21 PASS getFullHeight('input-text-75') != '0px' is true 19 PASS getFullHeight('input-text-75') != '0px' is true
22 FAIL getFullHeight('input-text-75') [14.25px] is not 75% of getFullHeight('input -text-100') [19px]. 20 FAIL getFullHeight('input-text-75') [14.25px] is not 75% of getFullHeight('input -text-100') [19px].
23 PASS getWidth('isindex-75') is getWidth('isindex-100')
24 PASS getFullHeight('isindex-75') != '0px' is true
25 PASS getFullHeight('isindex-75') is getFullHeight('isindex-100')
26 PASS getWidth('textarea-75') is getWidth('textarea-100') 21 PASS getWidth('textarea-75') is getWidth('textarea-100')
27 PASS getFullHeight('textarea-75') != '0px' is true 22 PASS getFullHeight('textarea-75') != '0px' is true
28 PASS getFullHeight('textarea-75') is 75% of getFullHeight('textarea-100'). 23 PASS getFullHeight('textarea-75') is 75% of getFullHeight('textarea-100').
29 PASS successfullyParsed is true 24 PASS successfullyParsed is true
30 25
31 TEST COMPLETE 26 TEST COMPLETE
32 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698