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

Unified Diff: LayoutTests/fast/multicol/overflow-across-columns-percent-height.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/overflow-across-columns-percent-height.html
diff --git a/LayoutTests/fast/multicol/overflow-across-columns-percent-height.html b/LayoutTests/fast/multicol/overflow-across-columns-percent-height.html
index 3c6019e4d392321986847336f75ff115627186be..b3d44e94a7ca2bd6539a64a27c653371372d12ab 100644
--- a/LayoutTests/fast/multicol/overflow-across-columns-percent-height.html
+++ b/LayoutTests/fast/multicol/overflow-across-columns-percent-height.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<div style="text-align: justify; text-decoration: underline; border: solid; width: 500px; -webkit-columns: 3; -moz-column-count: 3; font-size: 12px; line-height: 2; height: 499px;">
+<div style="text-align: justify; text-decoration: underline; border: solid; width: 500px; -moz-column-count:3; -webkit-columns:3; columns:3; column-fill:auto; font-size: 12px; line-height: 2; height: 499px;">
<div>
<div style="overflow:auto; max-height: 100%;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam ornare, nunc eget condimentum tempor,
« no previous file with comments | « LayoutTests/fast/multicol/overflow-across-columns.html ('k') | LayoutTests/fast/multicol/overflow-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698