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