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

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     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