Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Side by Side Diff: LayoutTests/fast/forms/form-element-geometry.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/file/file-input-direction.html ('k') | LayoutTests/fast/forms/form-hides-table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698