Index: third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..51b2178d4a7f9919b268f3c299399f491d492ef0 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<p>There should be a hotpink square below.</p> |
+<div style="columns:2; column-fill:auto; column-gap:0; width:100px; height:90px;"> |
+ <div style="margin-top:30px; margin-left:auto; width:20px; height:40px; background:hotpink;"></div> |
+ <div style="columns:4;"> |
+ <div style="float:left; margin-top:30px; width:20px; height:40px; break-inside:avoid; background:hotpink;"></div> |
+ <div style="height:90px;"></div> |
+ </div> |
+</div> |