Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / fast / replaced / table-percent-height-text-controls-expected.txt
blob84e9be0966733a42dddeb30480f92826cae7f7b5
7 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.
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
12 PASS successfullyParsed is true
14 TEST COMPLETE
15 PASS getWidth('input-password-75') is getWidth('input-password-100')
16 PASS getFullHeight('input-password-75') != '0px' is true
17 FAIL getFullHeight('input-password-75') [14.25px] is not 75% of getFullHeight('input-password-100') [19px].
18 PASS getWidth('input-text-75') is getWidth('input-text-100')
19 PASS getFullHeight('input-text-75') != '0px' is true
20 FAIL getFullHeight('input-text-75') [14.25px] is not 75% of getFullHeight('input-text-100') [19px].
21 PASS getWidth('textarea-75') is getWidth('textarea-100')
22 PASS getFullHeight('textarea-75') != '0px' is true
23 PASS getFullHeight('textarea-75') is 75% of getFullHeight('textarea-100').
24 PASS successfullyParsed is true
26 TEST COMPLETE