OLD | NEW |
1 <html> | 1 <html> |
2 | 2 |
3 <head> | 3 <head> |
4 <title>Form Element Geometry Tests</title> | 4 <title>Form Element Geometry Tests</title> |
5 </head> | 5 </head> |
6 | 6 |
7 <body> | 7 <body style="overflow:hidden;"> |
8 | 8 |
9 <h1>Form Element Geometry Tests</h1> | 9 <h1>Form Element Geometry Tests</h1> |
10 | 10 |
11 <p>These tests help us tune the widget classes in KWQ to have all the right fudg
e factors.</p> | 11 <p>These tests help us tune the widget classes in KWQ to have all the right fudg
e factors.</p> |
12 | 12 |
13 <h2>Bounding Boxes</h2> | 13 <h2>Bounding Boxes</h2> |
14 | 14 |
15 <table><tr> | 15 <table><tr> |
16 <td><div style="border:2px solid blue;"><font size=+2><input style="margin:
0;" type=button value="button"></font></div></td> | 16 <td><div style="border:2px solid blue;"><font size=+2><input style="margin:
0;" type=button value="button"></font></div></td> |
17 <td><div style="border:2px solid blue;"><font size=+2><select style="margin:
0;" size=1><option>menu</option></font></select></div></td> | 17 <td><div style="border:2px solid blue;"><font size=+2><select style="margin:
0;" size=1><option>menu</option></font></select></div></td> |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 </div> | 90 </div> |
91 | 91 |
92 <div><font size=-2> | 92 <div><font size=-2> |
93 <select size=1><option></select> | 93 <select size=1><option></select> |
94 <select size=1><option>|</select> | 94 <select size=1><option>|</select> |
95 <select size=1><option>xxxxxxxx</select> | 95 <select size=1><option>xxxxxxxx</select> |
96 </font></div> | 96 </font></div> |
97 | 97 |
98 </body> | 98 </body> |
99 </html> | 99 </html> |
OLD | NEW |