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..929fbf3ceba6368d4076fbf495f583e86eb0e048 |
--- /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="zoom:0.1; columns:1;"> |
leviw_travelin_and_unemployed
2016/04/01 20:37:01
Zoooooooom!
Is this necessary? Why must we zooooo
mstensho (USE GERRIT)
2016/04/01 21:30:43
Woho! Got rid of it!
|
+ <div style="height:8px;"></div> |
+ <div style="columns:1;"> |
+ <div style="height:1em; 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:8px;"></div> |
+</div> |