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

Unified Diff: LayoutTests/fast/dynamic/float-moved-downwards-for-pagination-expected.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-expected.html
diff --git a/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination-expected.html b/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination-expected.html
index 54cf5864df558098b754fd02f74afd4569925be3..fe3949190a1712be07f5311d265f9765edb72c4d 100644
--- a/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination-expected.html
+++ b/LayoutTests/fast/dynamic/float-moved-downwards-for-pagination-expected.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