| Test that target conditions are correctly removed on document destruction.<br/> |
| This test passes if it does not crash<br/> |
| <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="100" height="100"> |
| <animateMotion begin="click"></animateMotion> |
| <script type="text/javascript"> |
| testRunner.waitUntilDone(); |
| window.setTimeout(function(){ |
| if (location.hash != '#5') { |
| window.GCController.collect(); |
| location.hash = "#" + (parseInt(location.hash.slice(1)) + 1).toString(); |
| document.write('PASS: Test did not crash.'); |