Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: LayoutTests/fast/multicol/span/sole-svg-spanner-with-foreignObject-crash.html

Issue 1131283004: Prevent SVG children from participating in an ancestor multicol context. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Initialize m_isPaginated and m_pageLogicalHeightChanged. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>&nbsp;</foreignObject>
+ </svg>
+</div>

Powered by Google App Engine
This is Rietveld 408576698