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/image-inside-nested-blocks-with-border.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
« no previous file with comments | « LayoutTests/fast/multicol/hit-test-float.html ('k') | LayoutTests/fast/multicol/layers-in-multicol.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/image-inside-nested-blocks-with-border.html
diff --git a/LayoutTests/fast/multicol/image-inside-nested-blocks-with-border.html b/LayoutTests/fast/multicol/image-inside-nested-blocks-with-border.html
index 5957656f9d8dc44e53424ebe2cf51e028214748e..1153403d31a52c0784b147cb1041ced2a5856cca 100644
--- a/LayoutTests/fast/multicol/image-inside-nested-blocks-with-border.html
+++ b/LayoutTests/fast/multicol/image-inside-nested-blocks-with-border.html
@@ -1,6 +1,6 @@
<html>
<body>
-<div id="tests" style="-webkit-column-count:2; height:300px; width:600px; -webkit-column-gap:0">
+<div id="tests" style="-webkit-column-count:2; -webkit-column-gap:0; column-count:2; column-gap:0; column-fill:auto; height:300px; width:600px;">
<div style="height:280px"></div>
<div id="f1" style="border:5px solid black; float:left">
<img style="display:block;width:140px;height:80px;">
« no previous file with comments | « LayoutTests/fast/multicol/hit-test-float.html ('k') | LayoutTests/fast/multicol/layers-in-multicol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698