blob: d84c7ece53a5c8e24ceb6d6a9ca64990d8051137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<h1>Min-Width Tests</h1>
<table width=100% border=2 cellpadding=0 cellspacing=0>
<tr><td width=1><select style="border:40px solid red; height:12px"><option>Foo</option></select></td>
<td></tr></table>
<p>
<table width=100% border=2 cellpadding=0 cellspacing=0>
<tr><td width=1><input type=checkbox style="border:40px solid red; height:12px"></td>
<td></tr></table>
<p>
<table width=100% border=2 cellpadding=0 cellspacing=0>
<tr><td width=1><input type=radio style="border:40px solid red; height:12px"></td>
<td></tr></table>
<p>
<table width=100% border=2 cellpadding=0 cellspacing=0>
<tr><td width="1"><input type=button value="Foo"></td>
<td></tr></table>
<p>
<table width=100% border=2 cellpadding=0 cellspacing=0>
<tr><td width=1><input type=submit value="Foo" style="border:40px solid red; height:12px"></td>
<td></tr></table>
<table width=100% border=2 cellpadding=0 cellspacing=0>
<tr><td width=1><input type=reset value="Submit a bug" style="border:40px solid red; height:12px"></td>
<td></tr></table>
<input type=button value="Foo" style="border:40px solid red; height:12px">
|