blob: b6dfdb01a311728596007bf2a5de926a5961427e [file] [log] [blame]
<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.