summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/crashtests/151956-1.html
blob: 0ae77f6a6ced0d19b74ffb3402d283f441383b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>