Index: third_party/WebKit/LayoutTests/fast/multicol/span/after-float.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/after-float.html b/third_party/WebKit/LayoutTests/fast/multicol/span/after-float.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e4d9d88c1b6ca0717aa514b210b86a8e98bf0403 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/after-float.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<p>There should be a green square below.</p> |
+<div style="columns:1;"> |
+ <div style="float:left; width:40px; height:40px; background:green;"></div> |
+ <div style="column-span:all;"></div> |
+</div> |