Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-field-text-truncated.html
blobb5a7350103647306bb4bf5b44e6c3453f37b9ee1
1 <html>
2 <head>
3 </head>
4 <body style="font-size:11px;">
5 <p>Text inside input field should not be cut off at the bottom when its font
6 is larger than the body font size. If the descenders in "something gjpqy" below
7 are all visible, the test passes. If they are cut off by the bottom of the
8 input box, the test fails.</p>
9 <input id="a1" style="font-size:1.1em;width: 300px;" type="text" value="something gjpqy" />
10 </body>
11 </html>