blob: 751593ccc9a968bc24c7dc6137c2baf3b9aa1aee [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 -->
<samp><ruby <s<hr</samp>
</body>
</html>