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

Unified Diff: LayoutTests/fast/line-grid/line-grid-into-columns.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/line-grid/line-grid-into-columns.html
diff --git a/LayoutTests/fast/line-grid/line-grid-into-columns.html b/LayoutTests/fast/line-grid/line-grid-into-columns.html
index 6db55855ad12d8ae70351161582fd2400a307c2d..08d22718c4d307355131cbf5d71639f6827e4124 100644
--- a/LayoutTests/fast/line-grid/line-grid-into-columns.html
+++ b/LayoutTests/fast/line-grid/line-grid-into-columns.html
@@ -23,7 +23,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
</div>
-<div style="height:500px; -webkit-column-count:2;padding:20px">
+<div style="height:500px; -webkit-column-count:2; -webkit-column-fill:auto; column-count:2; column-fill:auto; padding:20px">
<div style="font-size:16px">
All of this text even though it's smaller should be on the 36px
grid. The grid should reset at the top of the second column.<br>

Powered by Google App Engine
This is Rietveld 408576698