blob: 553ea8db5a06031c0a91d6c39225718f767d8b9a [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<r<blockQuote</samp>
</body>
</html>