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

Side by Side Diff: LayoutTests/tables/mozilla/core/borders.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 style="border: 2px solid red" border=2> 2 <table style="border: 2px solid red" border=2>
2 <tr><td>One</td><td>Two</td></tr> 3 <tr><td>One</td><td>Two</td></tr>
3 </table> 4 </table>
4 <br> 5 <br>
5 <table style="border:solid red" border=2> 6 <table style="border:solid red" border=2>
6 <tr><td>One</td><td>Two</td></tr> 7 <tr><td>One</td><td>Two</td></tr>
7 </table> 8 </table>
8 9
9 10
10 <table border> 11 <table border>
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 </table> 84 </table>
84 85
85 <BR> 86 <BR>
86 87
87 <table border=5> 88 <table border=5>
88 <tr> 89 <tr>
89 <td style="border:2px solid red">foo</td> 90 <td style="border:2px solid red">foo</td>
90 <td style="border:2px solid red">bar</td> 91 <td style="border:2px solid red">bar</td>
91 </tr> 92 </tr>
92 </table> 93 </table>
94 </body>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html ('k') | LayoutTests/tables/mozilla/core/col_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698