Index: LayoutTests/svg/animations/animate-test-attributes-crash.html |
diff --git a/LayoutTests/svg/animations/animate-test-attributes-crash.html b/LayoutTests/svg/animations/animate-test-attributes-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7202c8a9894ad55cf421a4e5077ace77520326c7 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/animate-test-attributes-crash.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<svg xmlns="http://www.w3.org/2000/svg"> |
+ <animate attributeName="requiredFeatures"/> |
+ <animate attributeName="requiredExtensions"/> |
+ <animate attributeName="systemLanguage"/> |
+ |
+ <set attributeName="requiredFeatures"/> |
+ <set attributeName="requiredExtensions"/> |
+ <set attributeName="systemLanguage"/> |
+</svg> |
+<p>Pass if Blink does not crash.</p> |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |