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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/layers-in-multicol.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 <head> 1 <head>
2 <script> 2 <script>
3 internals.settings.setRegionBasedColumnsEnabled(true) 3 internals.settings.setRegionBasedColumnsEnabled(true)
4 </script> 4 </script>
5 </head> 5 </head>
6 <body style="overflow:hidden"> 6 <body style="overflow:hidden">
7 LTR Version: 7 LTR Version:
8 8
9 <div style="-moz-column-width:200px; -webkit-column-width:200px;height:300px; bo rder:5px solid maroon;"> 9 <div style="-moz-column-width:200px; -webkit-column-width:200px; column-width:20 0px; column-fill:auto; height:300px; border:5px solid maroon;">
10 This is some text<br> 10 This is some text<br>
11 This is some text<br> 11 This is some text<br>
12 This is some text<br> 12 This is some text<br>
13 This is some text<br> 13 This is some text<br>
14 This is some text<br> 14 This is some text<br>
15 This is some text<br> 15 This is some text<br>
16 This is some text<br> 16 This is some text<br>
17 This is some text<br> 17 This is some text<br>
18 This is some text<br> 18 This is some text<br>
19 This is some text<br> 19 This is some text<br>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 This is some text<br> 65 This is some text<br>
66 This is some text<br> 66 This is some text<br>
67 This is some text<br> 67 This is some text<br>
68 This is some text<br> 68 This is some text<br>
69 This is some text<br> 69 This is some text<br>
70 This is some text<br> 70 This is some text<br>
71 This is some text<br> 71 This is some text<br>
72 </div> 72 </div>
73 73
74 RTL Version: 74 RTL Version:
75 <div style="-moz-column-width:200px; -webkit-column-width:200px;height:300px; bo rder:5px solid maroon; direction:rtl; overflow:hidden"> 75 <div style="-moz-column-width:200px; -webkit-column-width:200px; column-width:20 0px; column-fill:auto; height:300px; border:5px solid maroon; direction:rtl; ove rflow:hidden">
76 This is some text<br> 76 This is some text<br>
77 This is some text<br> 77 This is some text<br>
78 This is some text<br> 78 This is some text<br>
79 This is some text<br> 79 This is some text<br>
80 This is some text<br> 80 This is some text<br>
81 This is some text<br> 81 This is some text<br>
82 This is some text<br> 82 This is some text<br>
83 This is some text<br> 83 This is some text<br>
84 This is some text<br> 84 This is some text<br>
85 This is some text<br> 85 This is some text<br>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 This is some text<br> 129 This is some text<br>
130 This is some text<br> 130 This is some text<br>
131 This is some text<br> 131 This is some text<br>
132 This is some text<br> 132 This is some text<br>
133 This is some text<br> 133 This is some text<br>
134 This is some text<br> 134 This is some text<br>
135 This is some text<br> 135 This is some text<br>
136 This is some text<br> 136 This is some text<br>
137 This is some text<br> 137 This is some text<br>
138 </div> 138 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698