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

Unified Diff: LayoutTests/svg/dom/resources/svg-with-animate.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
« no previous file with comments | « LayoutTests/svg/dom/resources/import-other-svg.svg ('k') | Source/core/svg/SVGDocumentExtensions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/resources/svg-with-animate.svg
diff --git a/LayoutTests/svg/dom/resources/svg-with-animate.svg b/LayoutTests/svg/dom/resources/svg-with-animate.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ae12313c61f970f2081c8e87551e4d13b7703808
--- /dev/null
+++ b/LayoutTests/svg/dom/resources/svg-with-animate.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <rect x="10" y="10" width="10" height="10" fill="red">
+ <animate attributeName="x" attributeType="XML" begin="0s" dur="10s" fill="freeze" from="0" to="100" />
+ </rect>
+</svg>
« no previous file with comments | « LayoutTests/svg/dom/resources/import-other-svg.svg ('k') | Source/core/svg/SVGDocumentExtensions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698