summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/input-baseline.html
blob: b6dfdb01a311728596007bf2a5de926a5961427e (plain)
1
2
3
4
5
6
7
8
<style>
input#ip:first-line { font-size: 80pt }
</style>
This tests that text fields get the right baseline.
<br><br>
<input  style="-khtml-appearance:textfield; vertical-align: baseline"></input>This text should line up with the bottom of the text in the text field.
<br><br>
<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.