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

Unified Diff: LayoutTests/fast/multicol/cell-shrinkback.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
« no previous file with comments | « LayoutTests/fast/multicol/break-properties.html ('k') | LayoutTests/fast/multicol/client-rects.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/cell-shrinkback.html
diff --git a/LayoutTests/fast/multicol/cell-shrinkback.html b/LayoutTests/fast/multicol/cell-shrinkback.html
index b1dcf5a071003ed214b0bd539f26a73ccca1a19f..536cf14ce15a025bb2cf0a72733a2e99504592aa 100644
--- a/LayoutTests/fast/multicol/cell-shrinkback.html
+++ b/LayoutTests/fast/multicol/cell-shrinkback.html
@@ -1,4 +1,4 @@
-<div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -webkit-column-gap:0">
+<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
<div style="height: 55px;"></div>
<table cellspacing=0 cellpadding=0>
<tr>
« no previous file with comments | « LayoutTests/fast/multicol/break-properties.html ('k') | LayoutTests/fast/multicol/client-rects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698