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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html

Issue 2493833004: InitialColumnHeightFinder needs to take all expected rows into account. (Closed)
Patch Set: Code review Created 4 years, 1 month 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-balanced-inner-with-many-breaks-2.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..973f88ab742c8ad9254d54df0cb1237ce82221fc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks-2.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<p>The word "PASS" should be seen below.</p>
+<div style="columns:3; column-gap:0; width:24em; line-height:20px; orphans:1; widows:1; background:yellow;">
+ <br>
+ <div>
+ <div style="columns:2; column-gap:0;">
+ <div style="height:1px;"></div>
+ <div style="break-before:column;"></div>
+ <div style="height:1px;"></div>
+ <div style="break-before:column;"></div>
+ <br><br><br><br>PASS
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698