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

Unified Diff: LayoutTests/fast/multicol/newmulticol/positioned-split-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/newmulticol/positioned-split-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/positioned-split-expected.html b/LayoutTests/fast/multicol/newmulticol/positioned-split-expected.html
index 36e86de580afe966da361137c76af9383caaa5d7..38c783fda0c7f2ee89c5e26aa767ad7c193adc23 100644
--- a/LayoutTests/fast/multicol/newmulticol/positioned-split-expected.html
+++ b/LayoutTests/fast/multicol/newmulticol/positioned-split-expected.html
@@ -1,4 +1,4 @@
-<div style="-webkit-column-count:2; border:2px solid black; height:300px">
+<div style="-webkit-column-count:2; column-count:2; column-fill:auto; border:2px solid black; height:300px">
<div style="height:250px"></div>
<div style="position:relative">
<div style="position:absolute;height:200px;width:300px;background-color:lightgray">

Powered by Google App Engine
This is Rietveld 408576698