Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / ruby-illegal-1.html
blob49d791c426a57c0775a58a6c6abe265a102dc2ca
1 <html>
2 <head>
3 <script>
4 function test()
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 document.getElementById("result").firstChild.data = 'SUCCESS!';
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>