Tue, 06 Jan 2015 21:39:09 +0100
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>
2 <html>
3 <head>
4 <title>table-width-2</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6 </head>
7 <body>
9 <!-- See bug 459363 -->
11 <p>
12 <math>
13 <mtable>
14 <mtr>
15 <mtd><mtext>|</mtext></mtd>
16 <mtd><mrow style="width: 5em;"></mrow></mtd>
17 <mtd><mtext>|</mtext></mtd>
18 </mtr>
19 </mtable>
20 </math>
21 </p>
23 <p>
24 <math>
25 <mtable>
26 <mtr>
27 <mtd><mtext>|</mtext></mtd>
28 <mtd><mrow style="width: 5em;"></mrow></mtd>
29 <mtd><mtext>|</mtext></mtd>
30 </mtr>
31 </mtable>
32 </math>
33 </p>
35 </body>
36 </html>