summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/text/input-appearance-width.html
blob: facdd9d5e36f7107bf39cf96bb69b2560f6fa77a (plain)
1
2
3
4
5
6
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>