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

Unified Diff: LayoutTests/compositing/geometry/composited-in-columns.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 | « no previous file | LayoutTests/css3/unicode-bidi-isolate-basic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/geometry/composited-in-columns.html
diff --git a/LayoutTests/compositing/geometry/composited-in-columns.html b/LayoutTests/compositing/geometry/composited-in-columns.html
index e103cb0c948d1433036035804d0fb0fe5e7bd762..7c149aa6dad870166a372e11031ac5b52ff0bfe4 100644
--- a/LayoutTests/compositing/geometry/composited-in-columns.html
+++ b/LayoutTests/compositing/geometry/composited-in-columns.html
@@ -9,6 +9,8 @@
width: 500px;
height: 300px;
-webkit-column-count: 2;
+ column-count: 2;
+ column-fill: auto;
border: 1px solid black;
}
« no previous file with comments | « no previous file | LayoutTests/css3/unicode-bidi-isolate-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698