layout/reftests/text-transform/smtp-upper.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: uppercase; }
michael@0 7 </style>
michael@0 8 </head>
michael@0 9 <body>
michael@0 10 <p>
michael@0 11 &#x10428;
michael@0 12 &#x10429;
michael@0 13 &#x1042A;
michael@0 14 &#x1042B;
michael@0 15 &#x1042C;
michael@0 16 &#x1042D;
michael@0 17 &#x1042E;
michael@0 18 &#x1042F;
michael@0 19 &#x10430;
michael@0 20 &#x10431;
michael@0 21 &#x10432;
michael@0 22 &#x10433;
michael@0 23 &#x10434;
michael@0 24 &#x10435;
michael@0 25 &#x10436;
michael@0 26 &#x10437;
michael@0 27 &#x10438;
michael@0 28 &#x10439;
michael@0 29 &#x1043A;
michael@0 30 &#x1043B;
michael@0 31 &#x1043C;
michael@0 32 &#x1043D;
michael@0 33 &#x1043E;
michael@0 34 &#x1043F;
michael@0 35 &#x10440;
michael@0 36 &#x10441;
michael@0 37 &#x10442;
michael@0 38 &#x10443;
michael@0 39 &#x10444;
michael@0 40 &#x10445;
michael@0 41 &#x10446;
michael@0 42 &#x10447;
michael@0 43 &#x10448;
michael@0 44 &#x10449;
michael@0 45 &#x1044A;
michael@0 46 &#x1044B;
michael@0 47 &#x1044C;
michael@0 48 &#x1044D;
michael@0 49 &#x1044E;
michael@0 50 &#x1044F;
michael@0 51 </p>
michael@0 52 </body>
michael@0 53 </html>

mercurial