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

Unified Diff: LayoutTests/fast/multicol/positioned-with-constrained-height.html

Issue 23763002: Improve multicol preferred/intrinsic width calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review Created 7 years, 4 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 d558536fe31ba97d1a37dc717160e20885a70bf7..d05c4914b8427c42a070d470c3b8858e0e29f338 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;height:300px; position:absolute; background-color:lime">
+<div style="-moz-column-width:200px; -webkit-column-width:200px; -webkit-column-fill:auto; 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>
@@ -134,4 +134,4 @@ This is some text<br>
This is some text<br>
This is some text<br>
This is some text<br>
-</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698