OLD | NEW |
---|---|
(Empty) | |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> | |
3 <rect> | |
4 <animate attributeName="fill" begin="-1; indefinite" max="0" fill="freeze" v alues="#000;#fff"/> | |
5 </rect> | |
6 <text>PASS: not crashing in debug.</text> | |
7 <script> | |
8 if (window.testRunner) | |
9 testRunner.dumpAsText(); | |
10 </script> | |
11 </svg> | |
OLD | NEW |