| Index: LayoutTests/fast/ruby/ruby-illegal-4.html
|
| ===================================================================
|
| --- LayoutTests/fast/ruby/ruby-illegal-4.html (revision 0)
|
| +++ LayoutTests/fast/ruby/ruby-illegal-4.html (revision 37095)
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<head>
|
| +<script>
|
| +function test()
|
| +{
|
| + if (window.layoutTestController)
|
| + layoutTestController.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 -->
|
| +<samp><ruby <s<hr</samp>
|
| +</body>
|
| +</html>
|
|
|