Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/clipping-top-overflow-expected.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-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow-expected.html b/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow-expected.html
index a82b72cc4b259cb470bd10d0e6313cc560f089c3..7542380ae015a6beb971ebfb162faa3f7f4e77b4 100644
--- a/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow-expected.html
+++ b/LayoutTests/fast/multicol/newmulticol/clipping-top-overflow-expected.html
@@ -13,7 +13,6 @@
column-fill: auto;
-webkit-columns: 3;
-webkit-column-gap: 15px;
- -webkit-column-fill: auto;
width: 600px;
height: 100px;
}

Powered by Google App Engine