1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <!-- Test for WK85382 - passes if there is no crash -->
4 <animate values=
"1,2; 3,4; abc" attributeName=
"points"/>
7 <animate values=
"1; 2; a" attributeName=
"rotate"/>
10 <animate values=
"1; 2; a" attributeName=
"x"/>
13 <!-- doesn't crash but added to catch regressions -->
14 <animate values=
"m1,1 2,2z; m1,1 2,2z; m1,1z" attributeName=
"d"/>
19 document.getElementById(
"log").appendChild(document.createTextNode(
"PASS"));
20 if (window.testRunner)
21 window.testRunner.dumpAsText();