Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / ruby-illegal-5.html
blob553ea8db5a06031c0a91d6c39225718f767d8b9a
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 <samp><ruby <s<r<blockQuote</samp>
16 </body>
17 </html>