blob: 49d791c426a57c0775a58a6c6abe265a102dc2ca [file] [log] [blame]
rolandsteiner@chromium.orgdaef23e2010-01-20 07:46:52 +00001<html>
2<head>
3<script>
4function test()
5{
rniwa@webkit.org2c544a42012-08-04 07:22:13 +00006 if (window.testRunner)
7 testRunner.dumpAsText();
rolandsteiner@chromium.orgdaef23e2010-01-20 07:46:52 +00008 document.getElementById("result").firstChild.data = 'SUCCESS!';
9}
10</script>
11</head>
12<body onload="test()">
13<div id="result">FAILED!</div>
14<!-- The following malformed (!) line mustn't crash the renderer -->
15<blockQuote><ruby><i><noBR><form><input type=file></i>
16</body>
17</html>