parser/htmlparser/tests/crashtests/151956-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/parser/htmlparser/tests/crashtests/151956-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<html>
     1.5 +<body>
     1.6 +<!-- script isn't actually required for the crash of bug 151956 -->
     1.7 +<table border>
     1.8 +  <tbody>
     1.9 +    <form>
    1.10 +      <script>
    1.11 +        var foo = 42;
    1.12 +      </script>
    1.13 +    </form>
    1.14 +    <tr>
    1.15 +      <td> X </td>
    1.16 +    </tr>
    1.17 +  </tbody>
    1.18 +</table>
    1.19 +</body>
    1.20 +</html>
    1.21 +

mercurial