layout/forms/crashtests/213390-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" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
     3 <HTML>
     4 	<BODY>
     6 		<EMBED>
     8 		<TABLE>
     9 			<TR>
    10 			  <TD STYLE="FONT: 10px Arial;">
    11 				<A STYLE="FONT: 11px Arial;">1</A>
    12 			  </TD>
    13 			</TR>
    14 		</TABLE>
    16 		<DIV STYLE="POSITION: absolute;">
    17 			<FORM>
    18 				<SELECT STYLE="FONT: 11px Arial;">
    19 			</FORM>
    20 		</DIV>
    22 	</BODY>
    23 </HTML>

mercurial