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

Unified Diff: LayoutTests/svg/dom/resources/import-other-svg.svg

Issue 290353002: SVG: Moving animating <svg> to other iframe should not crash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: RELEASE_ASSERT Created 6 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/svg/dom/resources/import-other-svg.svg
diff --git a/LayoutTests/svg/dom/resources/import-other-svg.svg b/LayoutTests/svg/dom/resources/import-other-svg.svg
new file mode 100644
index 0000000000000000000000000000000000000000..21bc20208728ae976790e72ecd0755758c33c48d
--- /dev/null
+++ b/LayoutTests/svg/dom/resources/import-other-svg.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <foreignObject id="insertionPoint" width="500" height="500">
+ </foreignObject>
+ <script>
+ document.getElementById("insertionPoint").appendChild(window.top.otherSVG);
+ </script>
+</svg>
« no previous file with comments | « LayoutTests/svg/dom/move-animating-svg-to-other-frame-expected.txt ('k') | LayoutTests/svg/dom/resources/svg-with-animate.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698