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 html>
2 <html>
3 <head>
4 <title>More mathvariant tests</title>
5 </head>
6 <body>
7 <math>
8 <mrow>
9 <mtext mathvariant="fraktur">𝒜</mtext>
10 <mtext mathvariant="fraktur">ℬ</mtext>
11 <mtext mathvariant="fraktur">á</mtext>
12 </mrow>
13 </math>
15 <p>
17 <math>
18 <mrow>
19 <mtext mathvariant="monospace">AAA</mtext>
20 </mrow>
21 </math>
23 <p>
25 <math>
26 <mstyle mathvariant="sans-serif">
27 <mrow>
28 <mtext>cos</mtext>
29 <mo>⁡</mo>
30 <mi>x</mi>
31 </mrow>
32 </mstyle>
33 </math>
35 <p>
37 <math mathvariant="sans-serif">
38 <mrow>
39 <mtext>cos</mtext>
40 <mo>⁡</mo>
41 <mi>x</mi>
42 </mrow>
43 </math>
45 </body>
46 </html>