Index: third_party/WebKit/LayoutTests/fast/multicol/forced-break-too-short-column.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/forced-break-too-short-column.html b/third_party/WebKit/LayoutTests/fast/multicol/forced-break-too-short-column.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8fdc09acc0ff4894268727adbe06bc980dcbf9b0 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/forced-break-too-short-column.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<p>The word "PASS" should be seen below.</p> |
+<div style="columns:2; column-fill:auto; column-gap:0; width:24em; height:50px; line-height:20px;"> |
+ <div style="height:45px;"></div> |
+ <div style="columns:4; column-gap:0;"> |
+ <div style="height:1px;"></div> |
+ <div style="break-before:column;">PASS</div> |
+ </div> |
+</div> |