Index: LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html |
diff --git a/LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html b/LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e196e060d739265cc9c500c025895f14d6915903 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<p>PASS if no crash or assertion failure.</p> |
+<div style="-webkit-column-count:2;"> |
+ <svg style="display:block; -webkit-column-span:all;"> |
+ <foreignObject> </foreignObject> |
+ </svg> |
+</div> |