Index: LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html |
diff --git a/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html b/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0cfa42b7d3308acbf1d451ed17970d1c1132769e |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<p>Check that a flexbox that starts at a column boundary is properly pushed to the next column.</p> |
+<p>The word "PASS" should be seen below.</p> |
+<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:90px;"> |
+ <div style="height:80px;"></div> |
+ <div style="display:flex;"> |
+ <div>PA</div><div>SS</div> |
+ </div> |
+</div> |