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

Unified Diff: LayoutTests/fast/multicol/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/break-properties.html
diff --git a/LayoutTests/fast/multicol/break-properties.html b/LayoutTests/fast/multicol/break-properties.html
index 9202d1e9e2d2314cbed44afa16fa61b8b6b3ea91..e1a32b37ac984777a5feda84a42a3849c2f88f91 100644
--- a/LayoutTests/fast/multicol/break-properties.html
+++ b/LayoutTests/fast/multicol/break-properties.html
@@ -3,7 +3,7 @@
div.shorter { height: 54px; }
div.taller { height: 72px; }
</style>
-<div style="height: 100px; width: 630; -webkit-column-gap: 5px; -webkit-columns: 6;">
+<div style="height: 100px; width: 630; -webkit-columns:6; -webkit-column-gap:5px; columns:6; column-gap:5px;">
<div class="taller box"></div>
<div class="taller box"></div>
<div id="break-before" class="shorter box" style="-webkit-column-break-before: always;"></div>
« no previous file with comments | « LayoutTests/fast/line-grid/line-grid-into-columns.html ('k') | LayoutTests/fast/multicol/cell-shrinkback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698