Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-baseline.html
blobb6dfdb01a311728596007bf2a5de926a5961427e
1 <style>
2 input#ip:first-line { font-size: 80pt }
3 </style>
4 This tests that text fields get the right baseline.
5 <br><br>
6 <input style="-khtml-appearance:textfield; vertical-align: baseline"></input>This text should line up with the bottom of the text in the text field.
7 <br><br>
8 <input id="ip" style="-khtml-appearance:textfield; vertical-align: baseline"></input>This text should line up with the bottom of the text in the text field.