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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/break-properties.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/multicol/vertical-lr/break-properties.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/break-properties.html b/LayoutTests/fast/multicol/vertical-lr/break-properties.html
index aba1e767aab75d39a9d15871a8adb32b05dd20ac..e8e844535a4088b907bb30d6dc659e0c097ad4fc 100644
--- a/LayoutTests/fast/multicol/vertical-lr/break-properties.html
+++ b/LayoutTests/fast/multicol/vertical-lr/break-properties.html
@@ -4,7 +4,7 @@
div.taller { width: 72px; }
</style>
<body style="-webkit-writing-mode:vertical-lr">
-<div style="width: 100px; height: 630px; -webkit-column-gap: 5px; -webkit-columns: 6;">
+<div style="width:100px; height:630px; -webkit-columns:6; -webkit-column-gap:5px; columns:6; column-gap:5px; column-fill:auto;">
<div class="taller box"></div>
<div class="taller box"></div>
<div id="break-before" class="shorter box" style="-webkit-column-break-before: always;"></div>

Powered by Google App Engine
This is Rietveld 408576698