Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
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 dir=rtl</title></head>
4 <body>
6 <p>
7 mo (lspace=1em rspace=2em):
8 <math>
9 <mtext>_</mtext><mo lspace="2em" rspace="1em">+</mo><mtext>_</mtext>
10 </math>
11 </p>
13 <p>
14 embellished mrow (lspace=1em rspace=2em):
15 <math>
16 <mtext>_</mtext>
17 <mrow><mo lspace="2em" rspace="1em">+</mo></mrow>
18 <mtext>_</mtext>
19 </math>
20 </p>
22 <p>
23 embellished munderover (lspace=1em rspace=2em):
24 <math>
25 <mtext>_</mtext>
26 <munderover>
27 <mo lspace="2em" rspace="1em">+</mo>
28 <mtext>|</mtext>
29 <mtext>|</mtext>
30 </munderover>
31 <mtext>_</mtext>
32 </math>
33 </p>
35 </body>
36 </html>