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

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: 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 29949ae064e2925763501638a79902a84757ab55..9eaa7bf44dc2284e54aa705bb66009e09cf9a1a9 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; -webkit-column-fill:auto; columns:2; column-gap:10px; column-fill:auto;">
<head>
</head>
<body style="margin: 0;">

Powered by Google App Engine
This is Rietveld 408576698