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

Unified Diff: LayoutTests/fast/multicol/vertical-rl/float-avoidance.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/vertical-rl/float-avoidance.html
diff --git a/LayoutTests/fast/multicol/vertical-rl/float-avoidance.html b/LayoutTests/fast/multicol/vertical-rl/float-avoidance.html
index 0a349edf5b95d4d9ab2c25da1651a33aca3d8350..0153b0f923b75c00c25e54a50f98d93e8ec30ab0 100644
--- a/LayoutTests/fast/multicol/vertical-rl/float-avoidance.html
+++ b/LayoutTests/fast/multicol/vertical-rl/float-avoidance.html
@@ -1,8 +1,8 @@
<body style="-webkit-writing-mode:vertical-rl">
<div style="float:left; width:100px; height:200px; background-color:lime"></div>
- <div style="height:415px; -moz-column-width:200px; -webkit-column-width:200px;
+ <div style="height:415px; -moz-column-width:200px; -webkit-column-width:200px; column-width:200px; column-fill:auto;
text-align:justify; border:10px solid black">
<p>This technology preview of our award winning next generation browser
is a sign of things to come from Mozilla. Powerful yet easy to use. This
maintenance release provides a few updates based on user feedback - including
- changes to the Extension System and icon improvements.
+ changes to the Extension System and icon improvements.

Powered by Google App Engine
This is Rietveld 408576698