OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 <html> | |
3 <body> | |
4 This test passes if it does not crash<br/> | |
5 <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> | |
6 <rect> | |
7 <set id="selfID" attributeName="x" begin="0s; selfID.end + 1s" dur="1s" repeatDur="indefinite" ></set> | |
8 </rect> | |
9 </svg> | |
10 </body> | |
11 </html> | |
OLD | NEW |