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

Side by Side Diff: LayoutTests/tables/mozilla/core/nested1.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 border> 2 <table border>
2 <tr> 3 <tr>
3 <td> 4 <td>
4 <table bgcolor=orange width=100%> 5 <table bgcolor=orange width=100%>
5 <tr> 6 <tr>
6 <td>nested in auto, width=100%</td> 7 <td>nested in auto, width=100%</td>
7 </tr> 8 </tr>
8 </table> 9 </table>
9 </td> 10 </td>
10 </tr> 11 </tr>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <td>2n50%</td> 72 <td>2n50%</td>
72 </tr> 73 </tr>
73 </table> 74 </table>
74 </td> 75 </td>
75 </tr> 76 </tr>
76 </table> 77 </table>
77 </td> 78 </td>
78 <td>foo</td> 79 <td>foo</td>
79 </tr> 80 </tr>
80 </table> 81 </table>
81 82 </body>
82
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/core/col_widths_auto_fix.html ('k') | LayoutTests/tables/mozilla/core/one_row.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698