Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-appearance-width.html
blobfacdd9d5e36f7107bf39cf96bb69b2560f6fa77a
1 This tests that the new text fields use the correct width.<br>
2 <input type="text" value="" style="-khtml-appearance: textfield"></input><br>
3 <input type="text" value="styled width 200px" style="-khtml-appearance: textfield; width:200px"></input><br>
4 <input type="text" value="size 50" style="-khtml-appearance: textfield" size=50><br>
5 <input type="text" value="styled width 200px & size=10" style="-khtml-appearance: textfield; width:200px" size=10></input><br>
6 <input type="text" value="size 10" style="-khtml-appearance: textfield" size=10><br>