blob: 488b5fcc31c22fc15078b2b3d7a5709173fec911 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
{
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function runTest()
{
document.body.removeChild(document.getElementById("test"));
document.getElementById("result").innerHTML = "PASS";
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body onload='runTest()'>
<div id="result"></div>
<ruby id="test">
<fieldset/>
<rt></rt>
<blockquote></blockquote>
<rt/><rt/>
</ruby>
</body>
</html>