Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/clipping-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-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/clipping-expected.html b/LayoutTests/fast/multicol/newmulticol/clipping-expected.html
index 27e7e66fb4862225c74bf1861fbc3e9b46f6e010..ce5bab973c49060dddea2b7edc4e5b2bb0726cd8 100644
--- a/LayoutTests/fast/multicol/newmulticol/clipping-expected.html
+++ b/LayoutTests/fast/multicol/newmulticol/clipping-expected.html
@@ -18,7 +18,6 @@
column-fill: auto;
-webkit-columns: 3;
-webkit-column-gap: 15px;
- -webkit-column-fill: auto;
height: 100px;
box-sizing:border-box;
border:10px solid green;

Powered by Google App Engine