layout/reftests/text-transform/smtp-lower.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <meta http-equiv="Content-type" content="text/html; charset=utf-8">
     5   <style type="text/css">
     6    p { text-transform: lowercase; }
     7   </style>
     8  </head>
     9  <body>
    10   <p>
    11 &#x10400;
    12 &#x10401;
    13 &#x10402;
    14 &#x10403;
    15 &#x10404;
    16 &#x10405;
    17 &#x10406;
    18 &#x10407;
    19 &#x10408;
    20 &#x10409;
    21 &#x1040A;
    22 &#x1040B;
    23 &#x1040C;
    24 &#x1040D;
    25 &#x1040E;
    26 &#x1040F;
    27 &#x10410;
    28 &#x10411;
    29 &#x10412;
    30 &#x10413;
    31 &#x10414;
    32 &#x10415;
    33 &#x10416;
    34 &#x10417;
    35 &#x10418;
    36 &#x10419;
    37 &#x1041A;
    38 &#x1041B;
    39 &#x1041C;
    40 &#x1041D;
    41 &#x1041E;
    42 &#x1041F;
    43 &#x10420;
    44 &#x10421;
    45 &#x10422;
    46 &#x10423;
    47 &#x10424;
    48 &#x10425;
    49 &#x10426;
    50 &#x10427;
    51   </p>
    52  </body>
    53 </html>

mercurial