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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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: 5 This is a searchable index. Enter search keywords:
6 This is a searchable index. Enter search keywords: 6 This is a searchable index. Enter search keywords:
7 7
8 8
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. 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.
10 10
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
12 12
13 13
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
14 PASS getWidth('input-password-75') is getWidth('input-password-100') 17 PASS getWidth('input-password-75') is getWidth('input-password-100')
15 PASS getFullHeight('input-password-75') != '0px' is true 18 PASS getFullHeight('input-password-75') != '0px' is true
16 FAIL getFullHeight('input-password-75') [16.5px] is not 75% of getFullHeight('in put-password-100') [22px]. 19 FAIL getFullHeight('input-password-75') [16.5px] is not 75% of getFullHeight('in put-password-100') [22px].
17 PASS getWidth('input-text-75') is getWidth('input-text-100') 20 PASS getWidth('input-text-75') is getWidth('input-text-100')
18 PASS getFullHeight('input-text-75') != '0px' is true 21 PASS getFullHeight('input-text-75') != '0px' is true
19 FAIL getFullHeight('input-text-75') [16.5px] is not 75% of getFullHeight('input- text-100') [22px]. 22 FAIL getFullHeight('input-text-75') [16.5px] is not 75% of getFullHeight('input- text-100') [22px].
20 PASS getWidth('isindex-75') is getWidth('isindex-100') 23 PASS getWidth('isindex-75') is getWidth('isindex-100')
21 PASS getFullHeight('isindex-75') != '0px' is true 24 PASS getFullHeight('isindex-75') != '0px' is true
22 PASS getFullHeight('isindex-75') is getFullHeight('isindex-100') 25 PASS getFullHeight('isindex-75') is getFullHeight('isindex-100')
23 PASS getWidth('textarea-75') is getWidth('textarea-100') 26 PASS getWidth('textarea-75') is getWidth('textarea-100')
24 PASS getFullHeight('textarea-75') != '0px' is true 27 PASS getFullHeight('textarea-75') != '0px' is true
25 PASS getFullHeight('textarea-75') is 75% of getFullHeight('textarea-100'). 28 PASS getFullHeight('textarea-75') is 75% of getFullHeight('textarea-100').
26 PASS successfullyParsed is true 29 PASS successfullyParsed is true
27 30
28 TEST COMPLETE 31 TEST COMPLETE
29 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698