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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.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-lr/unsplittable-inline-block.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html b/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html
index bd8e18413fb499724f2e2b1a910f717768aec306..f1957c45b23d6e9449cad120b895e9276c1bc8b8 100644
--- a/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html
+++ b/LayoutTests/fast/multicol/vertical-lr/unsplittable-inline-block.html
@@ -1,5 +1,5 @@
<body style="-webkit-writing-mode:vertical-lr">
-<div style="height:750px; -webkit-column-count:2; border:5px solid black; padding:5px;width:300px; -webkit-column-rule: 2px solid grey">
+<div style="-webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; width:300px; height:750px; border:5px solid black; padding:5px;">
<div style="width:250px"></div>
<div style="display:inline-block; border:2px solid green">
All of this text should be in the second column.<br>

Powered by Google App Engine
This is Rietveld 408576698