blob: 1fcb337b1fea9f2d15967e08086b7556407c296b [file] [log] [blame]
<html>
<head>
<script>
function test()
{
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("result").firstChild.data = 'SUCCESS!';
}
</script>
</head>
<body onload="test()">
<div id="result">FAILED!</div>
<!-- The following malformed (!) line mustn't crash the renderer -->
<ruby><table>\x0e
</body>
</html>