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/line-in-next-row-in-fourth-inner-multicol.html

Issue 1834223008: All ancestor multicols must have enough rows before laying out some inner multicol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No zoom in test. Created 4 years, 9 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/line-in-next-row-in-fourth-inner-multicol.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html b/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html
new file mode 100644
index 0000000000000000000000000000000000000000..05de00f0e44d27533a297d53daf6d0e715f169c6
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/line-in-next-row-in-fourth-inner-multicol.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+ * { column-gap:0; }
+</style>
+<p>The word "PASS" should be seen below.</p>
+<div style="columns:1; column-fill:auto; width:10em; height:28px; line-height:20px;">
+ <div style="height:8px;"></div>
+ <div style="columns:1; column-fill:auto; height:68px;">
+ <div style="height:20px;"></div>
+ <div style="columns:1; column-fill:auto; height:48px;">
+ <div style="columns:1;">
+ <br>PASS<br>
+ </div>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698