OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 Test for WK110704: This test passes if it does not crash. | 4 Test for WK110704: This test passes if it does not crash. |
5 <svg xmlns="http://www.w3.org/2000/svg"> | 5 <svg xmlns="http://www.w3.org/2000/svg"> |
6 <animateTransform accumulate="sum" attributeName="transform" dur="0.01s" rep
eatCount="indefinite" type="translate" values="1 2; 3 4; a"> | 6 <animateTransform accumulate="sum" attributeName="transform" dur="0.01s" rep
eatCount="indefinite" type="translate" values="1 2; 3 4; a"> |
7 </svg> | 7 </svg> |
8 <script> | 8 <script> |
9 if (window.testRunner) { | 9 if (window.testRunner) { |
10 testRunner.waitUntilDone(); | 10 testRunner.waitUntilDone(); |
11 testRunner.dumpAsText(); | 11 testRunner.dumpAsText(); |
12 } | 12 } |
13 | 13 |
14 setTimeout(function() { | 14 setTimeout(function() { |
15 if (window.testRunner) | 15 if (window.testRunner) |
16 testRunner.notifyDone(); | 16 testRunner.notifyDone(); |
17 }, 0.02); | 17 }, 0.02); |
18 </script> | 18 </script> |
19 </body> | 19 </body> |
20 </html> | 20 </html> |
OLD | NEW |