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

Unified Diff: LayoutTests/fast/dynamic/float-moved-downwards-for-pagination.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/float-moved-downwards-for-pagination.html
diff --git a/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination.html b/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination.html
index 100a3a742845ed0c8fcf8ce15fd020f2ab2f34c6..e7412a22121e386c36dad28729fc7373a602afbe 100644
--- a/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination.html
+++ b/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html style="font-size: 20px; width: 940px; -webkit-column-gap: 10px; -webkit-columns: 2; height: 620px;">
+<html style="font-size:20px; width:940px; height:620px; -webkit-columns:2; -webkit-column-gap:10px; columns:2; column-gap:10px; column-fill:auto;">
<head>
</head>
<body style="margin: 0;">

Powered by Google App Engine
This is Rietveld 408576698