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

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: 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 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..f5b538d2f9f52595004cebfe5579d6784fb41256 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; 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>
« no previous file with comments | « LayoutTests/fast/line-grid/line-grid-inside-columns.html ('k') | LayoutTests/fast/multicol/break-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698