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

Side by Side Diff: LayoutTests/fast/table/wide-colspan.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> 2 <table>
2 <tr> 3 <tr>
3 <td colspan=2> 4 <td colspan=2>
4 <img width=1600 height=50> 5 <img width=1600 height=50>
5 </td> 6 </td>
6 </tr> 7 </tr>
7 <tr> 8 <tr>
8 <td> 9 <td>
9 <img width=400 height=50> 10 <img width=400 height=50>
10 </td> 11 </td>
11 <td> 12 <td>
12 <img width=400 height=50> 13 <img width=400 height=50>
13 </td> 14 </td>
14 </tr> 15 </tr>
15 </table> 16 </table>
17 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/table/table-display-types.html ('k') | LayoutTests/fast/table/wide-column.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698