layout/reftests/mathml/mathvariant-1b-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.

     1 <!doctype html>
     2 <html>
     4   <head>
     5     <title>Test mathvariant character mappings</title>
     6   </head>
     7   <body>
     8     <math>
     9       <mrow>
    10         <mtext>0123456789</mtext>
    11       </mrow>
    12     </math>
    13     <br>
    14     <math>
    15       <mrow>
    16         <mtext>
    17           &#x1d7ce;&#x1d7cf;&#x1d7d0;&#x1d7d1;&#x1d7d2;&#x1d7d3;
    18           &#x1d7d4;&#x1d7d5;&#x1d7d6;&#x1d7d7;
    19         </mtext>
    20       </mrow>
    21     </math>
    22     <br>
    23     <math>
    24       <mrow>
    25         <mtext>0123456789</mtext>
    26       </mrow>
    27     </math>
    28     <br>
    29     <math>
    30       <mrow>
    31         <mtext>0123456789</mtext>
    32       </mrow>
    33     </math>
    34     <br>
    35     <math>
    36       <mrow>
    37         <mtext>
    38           012345
    39           6789
    40         </mtext>
    41       </mrow>
    42     </math>
    43     <br>
    44     <math>
    45       <mrow>
    46         <mtext>
    47           012345
    48           6789
    49         </mtext>
    50       </mrow>
    51     </math>
    52     <br>
    53     <math>
    54       <mrow>
    55         <mtext>
    56           012345
    57           6789
    58         </mtext>
    59       </mrow>
    60     </math>
    61     <br>
    62     <math>
    63       <mrow>
    64         <mtext>
    65           &#x1d7d8;&#x1d7d9;&#x1d7da;&#x1d7db;&#x1d7dc;&#x1d7dd;
    66           &#x1d7de;&#x1d7df;&#x1d7e0;&#x1d7e1;
    67         </mtext>
    68       </mrow>
    69     </math>
    70     <br>
    71     <math>
    72       <mrow>
    73         <mtext>
    74           012345
    75           6789
    76         </mtext>
    77       </mrow>
    78     </math>
    79     <br>
    80     <math>
    81       <mrow>
    82         <mtext>
    83           &#x1d7e2;&#x1d7e3;&#x1d7e4;&#x1d7e5;&#x1d7e6;&#x1d7e7;
    84           &#x1d7e8;&#x1d7e9;&#x1d7ea;&#x1d7eb;
    85         </mtext>
    86       </mrow>
    87     </math>
    88     <br>
    89     <math>
    90       <mrow>
    91         <mtext>
    92           &#x1d7ec;&#x1d7ed;&#x1d7ee;&#x1d7ef;&#x1d7f0;&#x1d7f1;
    93           &#x1d7f2;&#x1d7f3;&#x1d7f4;&#x1d7f5;
    94         </mtext>
    95       </mrow>
    96     </math>
    97     <br>
    98     <math>
    99       <mrow>
   100         <mtext>
   101           012345
   102           6789
   103         </mtext>
   104       </mrow>
   105     </math>
   106     <br>
   107     <math>
   108       <mrow>
   109         <mtext>
   110           012345
   111           6789
   112         </mtext>
   113       </mrow>
   114     </math>
   115     <br>
   116     <math>
   117       <mrow>
   118         <mtext>
   119           &#x1d7f6;&#x1d7f7;&#x1d7f8;&#x1d7f9;&#x1d7fa;&#x1d7fb;
   120           &#x1d7fc;&#x1d7fd;&#x1d7fe;&#x1d7ff;
   121         </mtext>
   122       </mrow>
   123     </math>
   124     <br>
   125   </body>
   126 </html>

mercurial