haikuwebkit/LayoutTests/fast/forms/input-appearance-width.html

7 lines
547 B
HTML

This tests that the new text fields use the correct width.<br>
<input type="text" value="" style="-khtml-appearance: textfield"></input><br>
<input type="text" value="styled width 200px" style="-khtml-appearance: textfield; width:200px"></input><br>
<input type="text" value="size 50" style="-khtml-appearance: textfield" size=50><br>
<input type="text" value="styled width 200px & size=10" style="-khtml-appearance: textfield; width:200px" size=10></input><br>
<input type="text" value="size 10" style="-khtml-appearance: textfield" size=10><br>