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