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

Unified Diff: LayoutTests/fast/multicol/mixed-positioning-stacking-order.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/mixed-opacity-test.html ('k') | LayoutTests/fast/multicol/nested-columns.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
diff --git a/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html b/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
index 2de8e82bc2d280127a0bcf1d11eef091b46d7a3b..f2369c9893e3003e92a082ab97184b49c42b3d84 100644
--- a/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
+++ b/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
@@ -6,7 +6,7 @@ internals.settings.setRegionBasedColumnsEnabled(true)
</script>
</head>
<body>
-<div style="-moz-column-width:100px; width:210px; height:200px;border:5px solid black; -webkit-column-width:100px;-webkit-column-gap:10px; -moz-column-gap:10px">
+<div style="width:210px; height:200px; border:5px solid black; -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;">
<div style="position:relative;">
<div style="position:absolute;top:0;left:0; height:400px; width:100px">
« no previous file with comments | « LayoutTests/fast/multicol/mixed-opacity-test.html ('k') | LayoutTests/fast/multicol/nested-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698