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

Side by Side Diff: LayoutTests/tables/mozilla/core/col_widths_auto_fix.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 bgcolor=lime width=150> 2 <table border bgcolor=lime width=150>
2 <tr> 3 <tr>
3 <td width=200>200</td> 4 <td width=200>200</td>
4 <td width=100>one_hund</td></tr> 5 <td width=100>one_hund</td></tr>
5 </table> 6 </table>
6 <BR> 7 <BR>
7 <table width=500 border=1> 8 <table width=500 border=1>
8 <tr> 9 <tr>
9 <td bgcolor=red width=300>fooooooooo 10 <td bgcolor=red width=300>fooooooooo
10 <td bgcolor=green width=300>fooooooooo 11 <td bgcolor=green width=300>fooooooooo
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 auto table - cell width does not include padding 65 auto table - cell width does not include padding
65 <table border cellpadding=20> 66 <table border cellpadding=20>
66 <tr> 67 <tr>
67 <td width=100>cell=100px</td></tr> 68 <td width=100>cell=100px</td></tr>
68 </table> 69 </table>
69 <BR> 70 <BR>
70 <table border> 71 <table border>
71 <tr> 72 <tr>
72 <td width=100>cell=100px</td></tr> 73 <td width=100>cell=100px</td></tr>
73 </table> 74 </table>
74 75 </body>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/core/col_span.html ('k') | LayoutTests/tables/mozilla/core/nested1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698