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

Unified Diff: LayoutTests/fast/multicol/transform-inside-opacity.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/transform-inside-opacity.html
diff --git a/LayoutTests/fast/multicol/transform-inside-opacity.html b/LayoutTests/fast/multicol/transform-inside-opacity.html
index 74996388351b0dc58ba46e59ce3fca845dc3a38d..b79aade034a49fd1d002aafd19ce7f0c428eb08c 100644
--- a/LayoutTests/fast/multicol/transform-inside-opacity.html
+++ b/LayoutTests/fast/multicol/transform-inside-opacity.html
@@ -7,7 +7,7 @@ internals.settings.setRegionBasedColumnsEnabled(true)
.transformed:hover { background-color:maroon }
</style>
</head>
-<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; width:420px; -webkit-column-gap:20px; border:2px solid black; height:200px">
+<div style="position:relative; width:420px; height:200px; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black;">
<div style="height:100px"></div>
<div style="opacity:0.5">
<div class="transformed" style="float:left;width:200px;height:100px;-webkit-transform:translate(0, 100px)"></div>
« no previous file with comments | « LayoutTests/fast/multicol/table-vertical-align.html ('k') | LayoutTests/fast/multicol/unsplittable-inline-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698