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

Unified Diff: LayoutTests/fast/multicol/span/foreignObject.html

Issue 1107673004: [New Multicolumn] Prevent SVG foreignObject from becoming a spanner. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698