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/table-margin-collapse.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/table-margin-collapse.html
diff --git a/LayoutTests/fast/multicol/table-margin-collapse.html b/LayoutTests/fast/multicol/table-margin-collapse.html
index 73a79f39e76ef2a788ee0c998fc4ad8af92b5aa5..be296a8df8f470027e265609c8eaece2cf089ce3 100644
--- a/LayoutTests/fast/multicol/table-margin-collapse.html
+++ b/LayoutTests/fast/multicol/table-margin-collapse.html
@@ -1,7 +1,7 @@
<html>
<head>
<style>
-.columns { -webkit-column-count:2; -moz-column-count: 2; column-count: 2; border:2px solid black; height:300px }
+.columns { -moz-column-count:2; -webkit-column-count:2; column-count:2; column-fill:auto; border:2px solid black; height:300px }
.block { height:200px; background-color:purple; }
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698