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

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

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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 <div style="-webkit-column-count:2; height:350px"> 1 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350 px">
2 <table border=1 cellpadding=10 cellspacing=0"> 2 <table border=1 cellpadding=10 cellspacing=0>
3 <tr style="vertical-align:baseline"><td> 3 <tr style="vertical-align:baseline"><td>
4 This cell has lots of text.<br> 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> 11 This cell has lots of text.<br>
12 This cell has lots of text.<br> 12 This cell has lots of text.<br>
(...skipping 20 matching lines...) Expand all
33 This cell has lots of text.<br> 33 This cell has lots of text.<br>
34 34
35 35
36 <td><span style="font-size:64px">Other cell.</span></td> 36 <td><span style="font-size:64px">Other cell.</span></td>
37 </tr> 37 </tr>
38 </table> 38 </table>
39 </div> 39 </div>
40 40
41 <hr> 41 <hr>
42 42
43 <div style="-webkit-column-count:2; height:300px"> 43 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:300 px">
44 <table border=1 cellpadding=10 cellspacing=0"> 44 <table border=1 cellpadding=10 cellspacing=0>
45 <tr style="vertical-align:middle"><td> 45 <tr style="vertical-align:middle"><td>
46 This cell has lots of text.<br> 46 This cell has lots of text.<br>
47 This cell has lots of text.<br> 47 This cell has lots of text.<br>
48 This cell has lots of text.<br> 48 This cell has lots of text.<br>
49 This cell has lots of text.<br> 49 This cell has lots of text.<br>
50 This cell has lots of text.<br> 50 This cell has lots of text.<br>
51 This cell has lots of text.<br> 51 This cell has lots of text.<br>
52 This cell has lots of text.<br> 52 This cell has lots of text.<br>
53 This cell has lots of text.<br> 53 This cell has lots of text.<br>
54 This cell has lots of text.<br> 54 This cell has lots of text.<br>
(...skipping 20 matching lines...) Expand all
75 This cell has lots of text.<br> 75 This cell has lots of text.<br>
76 76
77 77
78 <td><span style="font-size:64px">Other cell.</span></td> 78 <td><span style="font-size:64px">Other cell.</span></td>
79 </tr> 79 </tr>
80 </table> 80 </table>
81 </div> 81 </div>
82 82
83 <hr> 83 <hr>
84 84
85 <div style="margin-top:1em; -webkit-column-count:2; height:300px"> 85 <div style="margin-top:1em; -webkit-column-count:2; column-count:2; column-fill: auto; height:300px">
86 <table border=1 cellpadding=10 cellspacing=0"> 86 <table border=1 cellpadding=10 cellspacing=0>
87 <tr style="vertical-align:bottom"><td> 87 <tr style="vertical-align:bottom"><td>
88 This cell has lots of text.<br> 88 This cell has lots of text.<br>
89 This cell has lots of text.<br> 89 This cell has lots of text.<br>
90 This cell has lots of text.<br> 90 This cell has lots of text.<br>
91 This cell has lots of text.<br> 91 This cell has lots of text.<br>
92 This cell has lots of text.<br> 92 This cell has lots of text.<br>
93 This cell has lots of text.<br> 93 This cell has lots of text.<br>
94 This cell has lots of text.<br> 94 This cell has lots of text.<br>
95 This cell has lots of text.<br> 95 This cell has lots of text.<br>
96 This cell has lots of text.<br> 96 This cell has lots of text.<br>
(...skipping 17 matching lines...) Expand all
114 This cell has lots of text.<br> 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 118
119 119
120 <td><span style="font-size:64px">Other cell.</span></td> 120 <td><span style="font-size:64px">Other cell.</span></td>
121 </tr> 121 </tr>
122 </table> 122 </table>
123 </div> 123 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698