blob: 26ae1ce44706b9670258864b3f3a33eb66e4b54b [file] [log] [blame]
rolandsteiner@chromium.org48546752009-12-16 02:02:12 +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.org48546752009-12-16 02:02:12 +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 (!) lines mustn't crash the renderer -->
rolandsteiner@chromium.orgdaef23e2010-01-20 07:46:52 +000015<!-- Note: the resultant render tree isn't nearly what you'd probably expect! -->
rolandsteiner@chromium.org48546752009-12-16 02:02:12 +000016<div><blockQuote><ruby><i><noBR><form><input type=file></i></div>
17<div><ruby <table >\x0e</div>
rolandsteiner@chromium.orgdaef23e2010-01-20 07:46:52 +000018<div><ruby <table >\x0f<i</div>
rolandsteiner@chromium.org48546752009-12-16 02:02:12 +000019<div><samp><ruby <s<hr</samp></div>
20<div><samp><ruby <s<r<blockQuote</samp></div>
21<div><samp><ruby <s<hr<blockQuote</samp></div>
rolandsteiner@chromium.orgdaef23e2010-01-20 07:46:52 +000022<div><ruby>><table><rt></div>
rolandsteiner@chromium.org48546752009-12-16 02:02:12 +000023</body>
24</html>