<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> |