Index: third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9412c4af06488987ad31ba5b8543d906dfd0beeb |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>Below there should be a blue square above a cyan square.</p> |
+<div style="columns:2; column-gap:0; width:100px; background:cyan;"> |
+ <div style="break-after:column; height:100px; background:blue;"></div> |
+ <div style="float:left; width:100%; height:100px; background:blue;"></div> |
+ <div style="height:200px;"></div> |
+</div> |