blob: 2b7f07323794bcac7d8ef0cdb548f137423da9ac [file] [log] [blame]
<html>
<body>
Test passes if it does not crash.
<ruby><svg><table><span><div><tr></tr><rt id="test"></rt></ruby>
<script>
function runTest()
{
var child = document.getElementById('test');
child.parentNode.removeChild(child);
if (window.testRunner)
testRunner.notifyDone();
}
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
setTimeout("runTest()", 0);
</script>
</body>
</html>