| 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>
|
|
|