blob: 49d791c426a57c0775a58a6c6abe265a102dc2ca [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 -->
<blockQuote><ruby><i><noBR><form><input type=file></i>
</body>
</html>