Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f6fce3d126889995e90fc46fa66cb50d48c551c8 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-column-count-1-with-forced-break.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<p>There should be a papayawhip square below. It should be aligned in |
+ the bottom right corner of a hotpink rectangle with a black border.</p> |
+<div style="columns:2; column-fill:auto; column-gap:0; width:80px; line-height:20px; border:1px solid black; background:hotpink;"> |
+ <div style="columns:1;"> |
+ <div style="height:1px;"></div> |
+ <div style="height:6px; break-before:column;"></div> |
+ <div style="width:40px; background:papayawhip;"> |
+ <br> |
+ <br> |
+ </div> |
+ </div> |
+</div> |