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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-short-first-row-unsplittable-block.html

Issue 2400083003: Don't break before a first in-flow block container. (Closed)
Patch Set: Created 4 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: third_party/WebKit/LayoutTests/fast/multicol/nested-short-first-row-unsplittable-block.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-short-first-row-unsplittable-block.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-short-first-row-unsplittable-block.html
index 6ab254090554caf1593a13473fccd860b411655d..9d59c672d6fb024a51f265863d342cb8ae1af67d 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/nested-short-first-row-unsplittable-block.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-short-first-row-unsplittable-block.html
@@ -4,6 +4,7 @@
<div id="outer" style="position:relative; -webkit-column-count:3; -webkit-column-gap:0; column-fill:auto; font-size:16px; width:9em; height:5em; text-align:right;">
<div data-offset-x="0" data-offset-y="0">Y</div>
<div style="-webkit-column-count:3; -webkit-column-gap:0;">
+ <div></div>
<div data-offset-x="48" data-offset-y="0" style="-webkit-column-break-inside:avoid; height:4em;">O</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698