| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <svg xmlns="http://www.w3.org/2000/svg"> | 2 <svg xmlns="http://www.w3.org/2000/svg"> |
| 3 <animateMotion begin="689328207834365109403786593332753148024s"/> | 3 <circle> |
| 4 <animateMotion calcMode="discrete" keyPoints="0.8" keyTimes="0" to="3"/> |
| 5 </circle> |
| 4 </svg> | 6 </svg> |
| 5 <p>PASS if Blink does not crash in debug.</p> | 7 <p>PASS if Blink does not crash in debug.</p> |
| 6 <script> | 8 <script> |
| 7 if (window.testRunner) { | 9 if (window.testRunner) { |
| 8 testRunner.waitUntilDone(); | 10 testRunner.waitUntilDone(); |
| 9 testRunner.dumpAsText(); | 11 testRunner.dumpAsText(); |
| 10 | 12 |
| 11 window.onload = function() { | 13 window.onload = function() { |
| 12 testRunner.notifyDone(); | 14 testRunner.notifyDone(); |
| 13 }; | 15 }; |
| 14 } | 16 } |
| 15 </script> | 17 </script> |
| OLD | NEW |