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

Unified Diff: LayoutTests/fast/sub-pixel/column-clipping.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/sub-pixel/column-clipping.html
diff --git a/LayoutTests/fast/sub-pixel/column-clipping.html b/LayoutTests/fast/sub-pixel/column-clipping.html
index 1ad0c1b4c9d841d6726e328d35ecd11240f8d160..828c9abdea294f232e5f86882bde4473f23c5748 100644
--- a/LayoutTests/fast/sub-pixel/column-clipping.html
+++ b/LayoutTests/fast/sub-pixel/column-clipping.html
@@ -3,6 +3,8 @@
<style>
body > div {
-webkit-column-count: 2;
+ column-count: 2;
+ column-fill: auto;
width: 51px;
position: absolute;
left: 0px;
« no previous file with comments | « LayoutTests/fast/repaint/multicol-repaint.html ('k') | LayoutTests/webexposed/css-properties-as-js-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698