layout/reftests/mathml/positive-namedspace-ref.html

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

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 <html>
michael@0 2 <head></head>
michael@0 3 <body>
michael@0 4 <p>
michael@0 5 <math>
michael@0 6 <mrow>
michael@0 7 <mi>x</mi> <mspace width="0.0555555556em"></mspace> <mi>y</mi>
michael@0 8 </mrow>
michael@0 9 </math>
michael@0 10 </p>
michael@0 11 <p>
michael@0 12 <math>
michael@0 13 <mrow>
michael@0 14 <mi>x</mi> <mspace width="0.111111111em"></mspace> <mi>y</mi>
michael@0 15 </mrow>
michael@0 16 </math>
michael@0 17 <p>
michael@0 18 <math>
michael@0 19 <mrow>
michael@0 20 <mi>x</mi> <mspace width="0.166666667em"></mspace> <mi>y</mi>
michael@0 21 </mrow>
michael@0 22 </math>
michael@0 23 </p>
michael@0 24 <p>
michael@0 25 <math>
michael@0 26 <mrow>
michael@0 27 <mi>x</mi> <mspace width="0.222222222em"></mspace> <mi>y</mi>
michael@0 28 </mrow>
michael@0 29 </math>
michael@0 30 </p>
michael@0 31 <p>
michael@0 32 <math>
michael@0 33 <mrow>
michael@0 34 <mi>x</mi> <mspace width="0.277777778em"></mspace> <mi>y</mi>
michael@0 35 </mrow>
michael@0 36 </math>
michael@0 37 </p>
michael@0 38 <p>
michael@0 39 <math>
michael@0 40 <mrow>
michael@0 41 <mi>x</mi> <mspace width="0.333333333em"></mspace> <mi>y</mi>
michael@0 42 </mrow>
michael@0 43 </math>
michael@0 44 </p>
michael@0 45 <p>
michael@0 46 <math>
michael@0 47 <mrow>
michael@0 48 <mi>x</mi> <mspace width="0.388888889em"></mspace> <mi>y</mi>
michael@0 49 </mrow>
michael@0 50 </math>
michael@0 51 </p>
michael@0 52 </body>
michael@0 53 </html>

mercurial