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

Side by Side Diff: LayoutTests/fast/multicol/old/table-vertical-align.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
OLDNEW
1 <body style="overflow: hidden;"> 1 <body style="overflow: hidden;">
2 <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">
3 <table border=1 cellpadding=10 cellspacing=0> 3 <table border=1 cellpadding=10 cellspacing=0>
4 <tr style="vertical-align:baseline"><td> 4 <tr style="vertical-align:baseline"><td>
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>
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 This cell has lots of text.<br>
119 119
120 120
121 <td><span style="font-size:64px">Other cell.</span></td> 121 <td><span style="font-size:64px">Other cell.</span></td>
122 </tr> 122 </tr>
123 </table> 123 </table>
124 </div> 124 </div>
125 </body> 125 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698