| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <svg id="svgRoot" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| <mpath xlink:href="#path_a" /> |
| <script type="text/javascript"> |
| testRunner.waitUntilDone(); |
| if (location.hash != '#5') { |
| window.GCController.collect(); |
| document.getElementById("A").insertBefore(document.getElementById("path_a"), null); |
| location.hash = "#" + (parseInt(location.hash.slice(1)) + 1).toString(); |
| setTimeout(function(){ location.reload() }, 0); |
| document.body.innerText = 'PASS: WebKit did not crash.'; |