Index: third_party/WebKit/LayoutTests/fast/multicol/5-levels-of-nesting-crash.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/5-levels-of-nesting-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/5-levels-of-nesting-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4833f113aff166704d9a7b37bc4a8cdb3e166ee5 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/5-levels-of-nesting-crash.html |
@@ -0,0 +1,25 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<p>PASS if no crash or assertion failure.</p> |
+<div style="columns:1; line-height:6px;"> |
+ <div style="height:1px;"></div> |
+ <div style="columns:1;"> |
+ <div style="height:6px; break-after:column;"></div> |
+ <div style="columns:1;"> |
+ <div style="break-after:column;"> |
+ <br> |
+ </div> |
+ <div style="columns:1;"> |
+ <div style="break-after:column; columns:1;"> |
+ <br> |
+ <br> |
+ <br> |
+ </div> |
+ </div> |
+ </div> |
+ </div> |
+ <div style="height:1px;"></div> |
+</div> |