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

Unified Diff: LayoutTests/fast/multicol/positioned-with-constrained-height.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/positioned-with-constrained-height.html
diff --git a/LayoutTests/fast/multicol/positioned-with-constrained-height.html b/LayoutTests/fast/multicol/positioned-with-constrained-height.html
index d05c4914b8427c42a070d470c3b8858e0e29f338..885ab70aac65fb496007dd2f4061d7959cb39adb 100644
--- a/LayoutTests/fast/multicol/positioned-with-constrained-height.html
+++ b/LayoutTests/fast/multicol/positioned-with-constrained-height.html
@@ -1,4 +1,4 @@
-<div style="-moz-column-width:200px; -webkit-column-width:200px; -webkit-column-fill:auto; column-width:200px; column-fill:auto; height:300px; position:absolute;">
+<div style="-moz-column-width:200px; -webkit-column-width:200px; column-width:200px; column-fill:auto; height:300px; position:absolute;">
This is some text<br>
This is some text<br>
This is some text<br>

Powered by Google App Engine
This is Rietveld 408576698