Index: LayoutTests/svg/animations/self-dependency-crash.html |
diff --git a/LayoutTests/svg/animations/self-dependency-crash.html b/LayoutTests/svg/animations/self-dependency-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f5b3c71c27c3a6066c9960d85e5896511a640526 |
--- /dev/null |
+++ b/LayoutTests/svg/animations/self-dependency-crash.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE HTML> |
+<html> |
+ <body> |
+ This test passes if it does not crash<br/> |
+ <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> |
+ <rect> |
+ <set id="selfID" attributeName="x" begin="0s; selfID.end + 1s" dur="1s" repeatDur="indefinite" ></set> |
+ </rect> |
+ </svg> |
+ </body> |
+</html> |