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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.html
new file mode 100644
index 0000000000000000000000000000000000000000..f9517df995d56e8a55e9756976be1705d5f8d306
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.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>
+ PASS
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698