summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/116848-1.html
blob: 785d97fe64900294b633d543750ecd55d4cbb233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
   <title>Test case boiled down from www.sjetmarka.no</title>
</head>
<body>
  <table>
    <tr>
      <td>
        <SCRIPT language="JavaScript1.2">
          document.write('<div>')
         </script>
         Hei og velkommen til Mozilla
         <head>
           <script language="JavaScript1.2">
             document.write('</div>')
           </script>
         </head>
      </td>
    </tr>
  </table>
  <table>
    <tr>
      <td>
        God jul til alle
      </td>
    </tr>
  </table>
</body>
</html>