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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/float-truncation.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-truncation.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/float-truncation.html b/LayoutTests/fast/multicol/vertical-lr/float-truncation.html
index 46c07b760f0018ae86e02547d5c739e6abedb786..28ba0bac85c571f4877667c91bce2eedaee425d1 100644
--- a/LayoutTests/fast/multicol/vertical-lr/float-truncation.html
+++ b/LayoutTests/fast/multicol/vertical-lr/float-truncation.html
@@ -1,9 +1,12 @@
<html style="-webkit-writing-mode:vertical-lr">
<style>
div.columns {
- height: 200px;
-webkit-columns: 2;
-webkit-column-gap: 0;
+ columns: 2;
+ column-gap: 0;
+ column-fill: auto;
+ height: 200px;
outline: 1px solid blue;
font-family: ahem;
font-size: 10px;

Powered by Google App Engine
This is Rietveld 408576698