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

Side by Side Diff: LayoutTests/tables/mozilla/core/one_row.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 <body style="overflow: hidden;">
1 Table auto, no cells fixed 2 Table auto, no cells fixed
2 <table border> 3 <table border>
3 <tr> 4 <tr>
4 <td>fooooooooooooooooooooooooooooo</td> 5 <td>fooooooooooooooooooooooooooooo</td>
5 <td>barrrrrrrrr</td> 6 <td>barrrrrrrrr</td>
6 <td>zap</td> 7 <td>zap</td>
7 </tr> 8 </tr>
8 </table> 9 </table>
9 <BR> 10 <BR>
10 11
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <BR> 93 <BR>
93 94
94 Table fixed, both cells fixed, 1st cell fixed too small 95 Table fixed, both cells fixed, 1st cell fixed too small
95 <table width=500 border> 96 <table width=500 border>
96 <tr> 97 <tr>
97 <td width=100>fooooooooooooooooooooooooooooo</td> 98 <td width=100>fooooooooooooooooooooooooooooo</td>
98 <td width=100>bar</td> 99 <td width=100>bar</td>
99 </tr> 100 </tr>
100 </table> 101 </table>
101 <BR> 102 <BR>
102 103 </body>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/core/nested1.html ('k') | LayoutTests/tables/mozilla/marvin/backgr_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698