| Index: LayoutTests/fast/ruby/ruby-illegal.html
|
| ===================================================================
|
| --- LayoutTests/fast/ruby/ruby-illegal.html (revision 37095)
|
| +++ LayoutTests/fast/ruby/ruby-illegal.html (working copy)
|
| @@ -1,22 +0,0 @@
|
| -<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 (!) lines mustn't crash the renderer -->
|
| -<div><blockQuote><ruby><i><noBR><form><input type=file></i></div>
|
| -<div><ruby <table >\x0e</div>
|
| -<div><ruby <table >\x0e<i</div>
|
| -<div><samp><ruby <s<hr</samp></div>
|
| -<div><samp><ruby <s<r<blockQuote</samp></div>
|
| -<div><samp><ruby <s<hr<blockQuote</samp></div>
|
| -</body>
|
| -</html>
|
|
|