content/base/crashtests/116848-1.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

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

mercurial