blob: 209a8150d8c73daca529827f970f9b74822e440a [file] [log] [blame]
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 getWidth('input-password-75') is getWidth('input-password-100')
PASS getFullHeight('input-password-75') != '0px' is true
PASS getFullHeight('input-password-75') is equal to getFullHeight('input-password-100').
PASS getWidth('input-text-75') is getWidth('input-text-100')
PASS getFullHeight('input-text-75') != '0px' is true
PASS getFullHeight('input-text-75') is equal to getFullHeight('input-text-100').
PASS getWidth('textarea-75') is getWidth('textarea-100')
PASS getFullHeight('textarea-75') != '0px' is true
PASS getFullHeight('textarea-75') is equal to getFullHeight('textarea-100').
PASS successfullyParsed is true
TEST COMPLETE