chromium/third_party/blink/web_tests/fast/ruby/ruby-illegal-7.html

<html>
<head>
<script>
function test()
{
    if (window.testRunner)
        testRunner.dumpAsText();
    document.getElementById("result").firstChild.data = 'SUCCESS!';
}
</script>
</head>
<body onload="test()">
<div id="result">FAILED!</div>
<!-- The following malformed (!) line mustn't crash the renderer -->
<ruby>><table><rt>
</body>
</html>