4 Test for WK110704: This test passes if it does not crash.
5 <svg xmlns=
"http://www.w3.org/2000/svg">
6 <animateTransform accumulate=
"sum" attributeName=
"transform" dur=
"0.01s" repeatCount=
"indefinite" type=
"translate" values=
"1 2; 3 4; a">
9 if (window
.testRunner
) {
10 testRunner
.waitUntilDone();
11 testRunner
.dumpAsText();
14 setTimeout(function() {
15 if (window
.testRunner
)
16 testRunner
.notifyDone();