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

Unified Diff: LayoutTests/fast/multicol/layers-split-across-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
« no previous file with comments | « LayoutTests/fast/multicol/layers-in-multicol.html ('k') | LayoutTests/fast/multicol/margin-collapse.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/layers-split-across-columns.html
diff --git a/LayoutTests/fast/multicol/layers-split-across-columns.html b/LayoutTests/fast/multicol/layers-split-across-columns.html
index 7dde9cb93421484443858edeeb292efce64ee2a1..d74f5befa3e389fcfa35ce507e3676a6180dc294 100644
--- a/LayoutTests/fast/multicol/layers-split-across-columns.html
+++ b/LayoutTests/fast/multicol/layers-split-across-columns.html
@@ -2,7 +2,7 @@
<head>
<style>
.container { display:inline-block; width:220px; }
-.multicol { -moz-column-width:100px; -webkit-column-width:100px; height:300px; border:5px solid black; -webkit-column-gap: 10px; -moz-column-gap: 10px }
+.multicol { -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width:100px; -webkit-column-gap:10px; column-width:100px; column-gap:10px; column-fill:auto; height:300px; border:5px solid black; }
.block { width:100px; height:100px }
.block:hover { background-color: maroon !important; }
.layer { height:400px; width:100px }
« no previous file with comments | « LayoutTests/fast/multicol/layers-in-multicol.html ('k') | LayoutTests/fast/multicol/margin-collapse.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698