Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-clientheight-large-size-expected.txt
blobef1cfba46c1c7ed2c42ceb4060b31521ed081207
1 Tests that select elements cap their size to the size attribute and to 4 when no size is specified.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS clientHeight('select2') is clientHeight('select1')
7 PASS getElemById('select2').setAttribute('size', '4'); clientHeight('select2') == clientHeight('select1') is true
8 PASS getElemById('select2').setAttribute('size', '5'); clientHeight('select2') > clientHeight('select1') is true
9 PASS getElemById('select2').setAttribute('size', '8'); clientHeight('select2') is within 1 of 136
10 PASS getElemById('select2').setAttribute('size', '12'); clientHeight('select2') is within 1 of 204
11 PASS getElemById('select2').setAttribute('size', '16'); clientHeight('select2') is within 1 of 272
12 PASS successfullyParsed is true
14 TEST COMPLETE