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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/float-multicol.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/float-multicol.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/float-multicol.html b/LayoutTests/fast/multicol/vertical-lr/float-multicol.html
index 1d15dc5b877068d003724548c55b23d9089f2c46..25483f5632e941e0e6d48e78fd38c02753de9a37 100644
--- a/LayoutTests/fast/multicol/vertical-lr/float-multicol.html
+++ b/LayoutTests/fast/multicol/vertical-lr/float-multicol.html
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html style="-webkit-writing-mode:vertical-lr">
- <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em; height:1500px">
+ <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em; -webkit-column-width:24em; column-gap:2em; column-fill:auto; height:1500px">
<div style="background:cyan;">
<div style="float:left; height:50%; background:yellow; margin:0.3em;">
<img src="resources/blimp.png" style="float:left;">

Powered by Google App Engine
This is Rietveld 408576698