tenfourfox/parser/htmlparser/tests/crashtests/151956-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
258 B
HTML

<html>
<body>
<!-- script isn't actually required for the crash of bug 151956 -->
<table border>
<tbody>
<form>
<script>
var foo = 42;
</script>
</form>
<tr>
<td> X </td>
</tr>
</tbody>
</table>
</body>
</html>