Index: third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html b/third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f45b9ee1debea1f942ea63f0ddca4c32433592fc |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/triply-nested-multiocol-zero-height-inner-with-spanner.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<p>There should be no red, no scrollbar, and no crash or assertion failure.</p> |
+<div style="-webkit-columns:1; width:70%; -webkit-column-rule:10px solid red;"> |
+ <div style="height:40px;"></div> |
+ <div style="-webkit-columns:1;"> |
+ <div style="-webkit-columns:1;"> |
+ <div></div> |
+ <div style="-webkit-column-span:all;"></div> |
+ </div> |
+ </div> |
+</div> |