Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / 001.html
blobd84c7ece53a5c8e24ceb6d6a9ca64990d8051137
1 <h1>Min-Width Tests</h1>
3 <table width=100% border=2 cellpadding=0 cellspacing=0>
4 <tr><td width=1><select style="border:40px solid red; height:12px"><option>Foo</option></select></td>
5 <td></tr></table>
7 <p>
9 <table width=100% border=2 cellpadding=0 cellspacing=0>
10 <tr><td width=1><input type=checkbox style="border:40px solid red; height:12px"></td>
11 <td></tr></table>
13 <p>
15 <table width=100% border=2 cellpadding=0 cellspacing=0>
16 <tr><td width=1><input type=radio style="border:40px solid red; height:12px"></td>
17 <td></tr></table>
19 <p>
21 <table width=100% border=2 cellpadding=0 cellspacing=0>
22 <tr><td width="1"><input type=button value="Foo"></td>
23 <td></tr></table>
24 <p>
25 <table width=100% border=2 cellpadding=0 cellspacing=0>
26 <tr><td width=1><input type=submit value="Foo" style="border:40px solid red; height:12px"></td>
27 <td></tr></table>
29 <table width=100% border=2 cellpadding=0 cellspacing=0>
30 <tr><td width=1><input type=reset value="Submit a bug" style="border:40px solid red; height:12px"></td>
31 <td></tr></table>
33 <input type=button value="Foo" style="border:40px solid red; height:12px">