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

Side by Side Diff: LayoutTests/tables/mozilla/core/col_span.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 width=100>100</td> 4 <td width=100>100</td>
4 <td width=30%>30% width</td></tr> 5 <td width=30%>30% width</td></tr>
5 </table> 6 </table>
6 <BR> 7 <BR>
7 <table border> 8 <table border>
8 <tr> 9 <tr>
9 <td width=100>100 100 100 100 100 100</td> 10 <td width=100>100 100 100 100 100 100</td>
10 <td width=50%>50% width</td></tr> 11 <td width=50%>50% width</td></tr>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 <TR> 62 <TR>
62 <TD colspan="2"> 63 <TD colspan="2">
63 <p><b>This is colspan=2</b> blah blah blah blah blah 64 <p><b>This is colspan=2</b> blah blah blah blah blah
64 blah blah blah blah blah blah blah blah blah blah 65 blah blah blah blah blah blah blah blah blah blah
65 </p> 66 </p>
66 </TD> 67 </TD>
67 </TR> 68 </TR>
68 </TABLE> 69 </TABLE>
69 70
70 <!--and also consider cases where there is a width attribute on the table elemen t itself.--> 71 <!--and also consider cases where there is a width attribute on the table elemen t itself.-->
72 </body>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/core/borders.html ('k') | LayoutTests/tables/mozilla/core/col_widths_auto_fix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698