Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / ruby-illegal-combined.html
blob26ae1ce44706b9670258864b3f3a33eb66e4b54b
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 (!) lines mustn't crash the renderer -->
15 <!-- Note: the resultant render tree isn't nearly what you'd probably expect! -->
16 <div><blockQuote><ruby><i><noBR><form><input type=file></i></div>
17 <div><ruby <table >\x0e</div>
18 <div><ruby <table >\x0f<i</div>
19 <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>
22 <div><ruby>><table><rt></div>
23 </body>
24 </html>