Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.html
diff --git a/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.html b/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.html
index 459c6d1f3435628f2464ffaae4bfaec61052cfb3..d9a56944151c9cef71bb1ef1aafa2abf76c43499 100644
--- a/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.html
+++ b/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow.html
@@ -13,7 +13,6 @@
column-fill: auto;
-webkit-columns: 3;
-webkit-column-gap: 15px;
- -webkit-column-fill: auto;
width: 600px;
height: 100px;
margin: 100px;

Powered by Google App Engine