Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / ruby-illegal-2.html
blob1fcb337b1fea9f2d15967e08086b7556407c296b
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 <ruby><table>\x0e
16 </body>
17 </html>