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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/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-rl/break-properties.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/break-properties.html b/LayoutTests/fast/multicol/vertical-rl/break-properties.html
index 669422607df0bf83fc78b0ae6648b8122d3f9f86..8fb3e76abca9dcb120b6f444d9eede44b5e4d87b 100644
--- a/LayoutTests/fast/multicol/vertical-rl/break-properties.html
+++ b/LayoutTests/fast/multicol/vertical-rl/break-properties.html
@@ -7,7 +7,7 @@
</style>
</head>
<body style="-webkit-writing-mode:vertical-rl; width:800px;">
-<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