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.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head><title>Test direction: rtl</title></head> |
michael@0 | 4 | <body> |
michael@0 | 5 | <p> |
michael@0 | 6 | math: |
michael@0 | 7 | <math dir="rtl"> |
michael@0 | 8 | <mi>a</mi> |
michael@0 | 9 | <mi>b</mi> |
michael@0 | 10 | <mi>c</mi> |
michael@0 | 11 | </math> |
michael@0 | 12 | </p> |
michael@0 | 13 | |
michael@0 | 14 | <p> |
michael@0 | 15 | mrow: |
michael@0 | 16 | <math> |
michael@0 | 17 | <mrow dir="rtl"> |
michael@0 | 18 | <mi>z</mi> |
michael@0 | 19 | <mtext>X</mtext> |
michael@0 | 20 | <mtext>Y</mtext> |
michael@0 | 21 | <mtext>Z</mtext> |
michael@0 | 22 | <mi>a</mi> |
michael@0 | 23 | </mrow> |
michael@0 | 24 | </math> |
michael@0 | 25 | </p> |
michael@0 | 26 | |
michael@0 | 27 | <p> |
michael@0 | 28 | mstyle(mathcolor=blue): |
michael@0 | 29 | <math> |
michael@0 | 30 | <mstyle mathcolor="blue" dir="rtl"> |
michael@0 | 31 | <mi>a</mi> |
michael@0 | 32 | <mo>+</mo> |
michael@0 | 33 | <mn>3</mo> |
michael@0 | 34 | <mo>+</mo> |
michael@0 | 35 | <mn>9</mn> |
michael@0 | 36 | </mstyle> |
michael@0 | 37 | </math> |
michael@0 | 38 | </p> |
michael@0 | 39 | |
michael@0 | 40 | </body> |
michael@0 | 41 | </html> |