layout/reftests/forms/input/checkbox/gtk-theme-width-height-ref.html

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:6f6b86ae0836
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; visibility:hidden;">
17 <input type="checkbox" checked style="width:400px; height:100px; visibility:hidden;">
18 </div>
19 </div>
20
21
22 <input type="checkbox" checked style="width:400px;"><br>
23 <input type="checkbox" checked style="height:100px;"><br>
24 <input type="checkbox" checked style=""><br>
25
26 <input type="checkbox" checked style="width:400px;"><br>
27 <input type="checkbox" checked style="height:100px;"><br>
28 <input type="checkbox" checked style=""><br>
29
30 </body>
31 </html>

mercurial