2 <p>Test that removing a media element from the tree while loading does not crash.</p>
3 <script src=../../../media/video-test.js></script>
5 waitForEvent('loadedmetadata', function () {
6 run("document.body.removeChild(video)");
9 video.src = "http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&stallAt=80000";