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><title>Test accent/accentunder</title></head>
4 <body>
5 <math displaystyle="false">
6 <munderover>
7 <mo>∑</mo>
8 <mi>a</mi>
9 <mi>b</mi>
10 </munderover>
11 </math>
12 <math displaystyle="false">
13 <munder>
14 <mo>∑</mo>
15 <mi>a</mi>
16 </munder>
17 </math>
18 <math displaystyle="false">
19 <mover>
20 <mo>∑</mo>
21 <mi>a</mi>
22 </mover>
23 </math>
24 </body>
25 </html>