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

Side by Side Diff: LayoutTests/fast/forms/file/file-input-direction.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 <style> 1 <style>
2 body { overflow: hidden; }
2 td { 3 td {
3 border: 1px solid black; 4 border: 1px solid black;
4 } 5 }
5 </style> 6 </style>
6 <table> 7 <table>
7 <tr> 8 <tr>
8 <th></th> 9 <th></th>
9 <th></th> 10 <th></th>
10 <th>text-align:left</th> 11 <th>text-align:left</th>
11 <th>text-align:center</th> 12 <th>text-align:center</th>
(...skipping 14 matching lines...) Expand all
26 <td><input type="file" style="direction:ltr; text-align:right"></td> 27 <td><input type="file" style="direction:ltr; text-align:right"></td>
27 </tr> 28 </tr>
28 <tr> 29 <tr>
29 <th>direction:rtl</th> 30 <th>direction:rtl</th>
30 <td><input type="file" style="direction:rtl"></td> 31 <td><input type="file" style="direction:rtl"></td>
31 <td><input type="file" style="direction:rtl; text-align:left"></td> 32 <td><input type="file" style="direction:rtl; text-align:left"></td>
32 <td><input type="file" style="direction:rtl; text-align:center"></td> 33 <td><input type="file" style="direction:rtl; text-align:center"></td>
33 <td><input type="file" style="direction:rtl; text-align:right"></td> 34 <td><input type="file" style="direction:rtl; text-align:right"></td>
34 </tr> 35 </tr>
35 </table> 36 </table>
OLDNEW
« no previous file with comments | « LayoutTests/fast/flexbox/flex-hang.html ('k') | LayoutTests/fast/forms/form-element-geometry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698