layout/reftests/mathml/mfenced-5-ref.xhtml

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.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <head>
     4   <title>mfenced open close</title>
     5 </head>
     6 <body>
     7 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
     8   <mfenced close="a a">
     9     <mi>xxxxxxxxxx</mi>
    10   </mfenced>
    11 </math></p>
    12 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    13   <mfenced close="a a">
    14     <mi>xxxxxxxxxx</mi>
    15   </mfenced>
    16 </math></p>
    17 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    18   <mfenced close="a a">
    19     <mi>xxxxxxxxxx</mi>
    20   </mfenced>
    21 </math></p>
    22 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    23   <mfenced close="a a">
    24     <mi>xxxxxxxxxx</mi>
    25   </mfenced>
    26 </math></p>
    27 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    28   <mfenced close="a a">
    29     <mi>xxxxxxxxxx</mi>
    30   </mfenced>
    31 </math></p>
    32 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    33   <mfenced close="a a">
    34     <mi>xxxxxxxxxx</mi>
    35   </mfenced>
    36 </math></p>
    37 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    38   <mfenced close="a a">
    39     <mi>xxxxxxxxxx</mi>
    40   </mfenced>
    41 </math></p>
    42 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    43   <mfenced close="a a">
    44     <mi>xxxxxxxxxx</mi>
    45   </mfenced>
    46 </math></p>
    47 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    48   <mfenced close="a a">
    49     <mi>xxxxxxxxxx</mi>
    50   </mfenced>
    51 </math></p>
    52 <p><math xmlns="http://www.w3.org/1998/Math/MathML">
    53   <mfenced close="a a">
    54     <mi>xxxxxxxxxx</mi>
    55   </mfenced>
    56 </math></p>
    57 </body>
    58 </html>

mercurial