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

Unified Diff: LayoutTests/svg/custom/animate-motion-crash.svg

Issue 133893005: [SVG] Handle non-SVGAnimateElement results in calculateAnimatedValue() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing. Created 6 years, 11 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 | « no previous file | LayoutTests/svg/custom/animate-motion-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/animate-motion-crash.svg
diff --git a/LayoutTests/svg/custom/animate-motion-crash.svg b/LayoutTests/svg/custom/animate-motion-crash.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8cd83c900738b4fdc5dc8c3fe2fca0d63e93ac61
--- /dev/null
+++ b/LayoutTests/svg/custom/animate-motion-crash.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg">
+ <defs id="defs">
+ <animateMotion id="animateMotion"
+ attributeName="visibility" />
+ <set id="set"
+ attributeName="visibility"/>
+ </defs>
+ <text>PASS: did not crash.</text>
+
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/custom/animate-motion-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698