|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <title>Testcase for bug 932506</title> |
|
6 <style> |
|
7 |
|
8 input { outline:1px solid black; } |
|
9 |
|
10 </style> |
|
11 </head> |
|
12 <body> |
|
13 |
|
14 <div style="overflow:hidden; width:160px;"> |
|
15 <div style="float:left; width:799px; border:1px solid blue;"> |
|
16 <input type="checkbox" checked style="width:400px; outline:none;"> |
|
17 <input type="checkbox" checked style="width:400px; height:100px; outline:none;"> |
|
18 </div> |
|
19 </div> |
|
20 |
|
21 <input type="checkbox" checked style="width:400px; height:1px;"><br> |
|
22 <input type="checkbox" checked style="width:1px; height:100px;"><br> |
|
23 <input type="checkbox" checked style="width:1px; height:1px;"><br> |
|
24 |
|
25 <input type="checkbox" checked style="width:400px; height:0;"><br> |
|
26 <input type="checkbox" checked style="width:0; height:100px;"><br> |
|
27 <input type="checkbox" checked style="width:0; height:0;"><br> |
|
28 |
|
29 </body> |
|
30 </html> |