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

Side by Side Diff: LayoutTests/fast/multicol/table-vertical-align.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 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350 px"> 2 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350 px">
2 <table border=1 cellpadding=10 cellspacing=0> 3 <table border=1 cellpadding=10 cellspacing=0>
3 <tr style="vertical-align:baseline"><td> 4 <tr style="vertical-align:baseline"><td>
4 This cell has lots of text.<br> 5 This cell has lots of text.<br>
5 This cell has lots of text.<br> 6 This cell has lots of text.<br>
6 This cell has lots of text.<br> 7 This cell has lots of text.<br>
7 This cell has lots of text.<br> 8 This cell has lots of text.<br>
8 This cell has lots of text.<br> 9 This cell has lots of text.<br>
9 This cell has lots of text.<br> 10 This cell has lots of text.<br>
10 This cell has lots of text.<br> 11 This cell has lots of text.<br>
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 This cell has lots of text.<br> 115 This cell has lots of text.<br>
115 This cell has lots of text.<br> 116 This cell has lots of text.<br>
116 This cell has lots of text.<br> 117 This cell has lots of text.<br>
117 This cell has lots of text.<br> 118 This cell has lots of text.<br>
118 119
119 120
120 <td><span style="font-size:64px">Other cell.</span></td> 121 <td><span style="font-size:64px">Other cell.</span></td>
121 </tr> 122 </tr>
122 </table> 123 </table>
123 </div> 124 </div>
125 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698