1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <svg version=
"1.1" xmlns=
"http://www.w3.org/2000/svg">
3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=91326 -->
5 <animate attributeName=
"fill" begin=
"1s; 10s" dur=
"3s" fill=
"freeze" values=
"#000;#fff"/>
7 <text>PASS: not crashing.
</text>
10 if (window.testRunner)
11 testRunner.dumpAsText();
13 document.documentElement.setCurrentTime(
5);