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

Unified Diff: LayoutTests/fast/dynamic/layer-no-longer-paginated.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/dynamic/layer-no-longer-paginated.html
diff --git a/LayoutTests/fast/dynamic/layer-no-longer-paginated.html b/LayoutTests/fast/dynamic/layer-no-longer-paginated.html
index 3dc82fcb35861e6a3bdec0f32fde9750164bf107..aa71861b1aa4bec6e1b338d85dae22f8b556ba29 100644
--- a/LayoutTests/fast/dynamic/layer-no-longer-paginated.html
+++ b/LayoutTests/fast/dynamic/layer-no-longer-paginated.html
@@ -8,7 +8,7 @@
</p>
<!-- specifying opacity < 1 so that the transition from having columns
to not having columns does not cause the layer to go away -->
- <div id="target" style="-webkit-column-count: 2; opacity: 0.5; height: 20px;">
+ <div id="target" style="-webkit-column-count:2; column-count:2; column-fill:auto; opacity: 0.5; height: 20px;">
<div style="position:relative;"></div>
</div>
<div id="widener" style="height: 10px; width: 200%;"></div>

Powered by Google App Engine
This is Rietveld 408576698