Index: third_party/WebKit/LayoutTests/fast/multicol/span/float-with-overflow-before-spanner-crash.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/float-with-overflow-before-spanner-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/span/float-with-overflow-before-spanner-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..beb6d63a4e15a9217b221b578ec9357b79de651a |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/float-with-overflow-before-spanner-crash.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<div style="columns:2; column-fill:auto; height:100px;"> |
+ <div style="float:right; height:10px;"> |
+ <div style="height:20px; margin-bottom:1px;"></div> |
+ <div></div> |
+ </div> |
+ <div style="column-span:all;"></div> |
+ <div></div> |
+</div> |
+<script src="../../../resources/testharness.js"></script> |
+<script src="../../../resources/testharnessreport.js"></script> |
+<script> |
+ test(() => { }, "No crash or assertion failure."); |
+</script> |