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.)

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

mercurial