layout/reftests/mathml/mathvariant-1d-ref.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
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>
    11           &#x1EEA1;&#x1EEA2;&#x1EEA3;&#x1EEA5;&#x1EEA6;&#x1EEA7;
    12           &#x1EEA8;&#x1EEA9;&#x1EEAB;&#x1EEAC;&#x1EEAD;&#x1EEAE;
    13           &#x1EEAF;&#x1EEB0;&#x1EEB1;&#x1EEB2;&#x1EEB3;&#x1EEB4;
    14           &#x1EEB5;&#x1EEB6;&#x1EEB7;&#x1EEB8;&#x1EEB9;&#x1EEBA;
    15           &#x1EEBB
    16         </mtext>
    17       </mrow>
    18     </math>
    19     <br>
    20     <math>
    21       <mrow>
    22         <mtext>
    23           &#x1EE21;&#x1EE22;&#x1EE24;&#x1EE27;&#x1EE29;&#x1EE2A;
    24           &#x1EE2B;&#x1EE2C;&#x1EE2D;&#x1EE2E;&#x1EE2F;&#x1EE30;
    25           &#x1EE31;&#x1EE32;&#x1EE34;&#x1EE35;&#x1EE36;&#x1EE37;
    26           &#x1EE39;&#x1EE3B;
    27         </mtext>
    28       </mrow>
    29     </math>
    30     <br>
    31     <math>
    32       <mrow>
    33         <mtext>
    34           &#x1EE42;&#x1EE47;&#x1EE49;&#x1EE4B;&#x1EE4D;&#x1EE4E;
    35           &#x1EE4F;&#x1EE51;&#x1EE52;&#x1EE54;&#x1EE57;&#x1EE59
    36           &#x1EE5B;&#x1EE5D;&#x1EE5F;
    37         </mtext>
    38       </mrow>
    39     </math>
    40     <br>
    41     <math>
    42       <mrow>
    43         <mtext>
    44           &#x1EE80;&#x1EE81;&#x1EE82;&#x1EE83;&#x1EE84;&#x1EE85;
    45           &#x1EE86;&#x1EE87;&#x1EE88;&#x1EE89;&#x1EE8B;&#x1EE8C;
    46           &#x1EE8D;&#x1EE8E;&#x1EE8F;&#x1EE90;&#x1EE91;&#x1EE92;
    47           &#x1EE93;&#x1EE94;&#x1EE95;&#x1EE96;&#x1EE97;&#x1EE98;
    48           &#x1EE99;&#x1EE9A;&#x1EE9B;
    49         </mtext>
    50       </mrow>
    51     </math>
    52     <br>
    53     <math>
    54       <mrow>
    55         <mtext>
    56           &#x1EE61;&#x1EE62;&#x1EE64;&#x1EE67;&#x1EE68;&#x1EE69;
    57           &#x1EE6A;&#x1EE6C;&#x1EE6D;&#x1EE6E;&#x1EE6F;&#x1EE70;
    58           &#x1EE71;&#x1EE72;&#x1EE74;&#x1EE75;&#x1EE76;&#x1EE77;
    59           &#x1EE79;&#x1EE7A;&#x1EE7B;&#x1EE7C;&#x1EE7E;
    60         </mtext>
    61       </mrow>
    62     </math>
    63   </body>
    64 </html>

mercurial