Index: LayoutTests/svg/animations/animate-clip-crash.html |
diff --git a/LayoutTests/svg/animations/animate-clip-crash.html b/LayoutTests/svg/animations/animate-clip-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..605246c308b03c36adb75e1a7eb9278f281dfd87 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/animate-clip-crash.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<svg xmlns="http://www.w3.org/2000/svg"> |
+ <animate attributeName="clip"/> |
+</svg> |
+<p>PASS if Blink does not crash in debug.</p> |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |