layout/reftests/bidi/922550-1.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 charset="utf-8">
     5     <title>Bidi with European terminators</title>
     6   </head>
     7   <body>
     8     <p>In the Bidi Algorithm, a sequence of European terminators
     9       adjacent to European numbers changes to all European numbers. A
    10       change was made in Unicode 6.3 so that all undefined Unicode
    11       codepoints betweem U+20A0 and U+20CF would have the bidi category of
    12       European terminator by default</p>
    13     <p>פרס $$$$1000000!!!</p>
    14     <p>פרס &#x20A0;&#x20A0;&#x20A0;&#x20A0;1000000!!!</p>
    15     <p>פרס &#x20BA;&#x20BA;&#x20BA;&#x20BA;1000000!!!</p>
    16     <p>פרס &#x20CF;&#x20CF;&#x20CF;&#x20CF;1000000!!!</p>
    17     <p>פרס
    18       &#x20A0;&#x20A1;&#x20A2;&#x20A3;&#x20A4;&#x20A5;&#x20A6;<!--
    19    -->&#x20A7;&#x20A8;&#x20A9;&#x20AA;&#x20AB;&#x20AC;&#x20AD;<!--
    20    -->&#x20AE;&#x20AF;&#x20B0;&#x20B1;&#x20B2;&#x20B3;&#x20B4;<!--
    21    -->&#x20B5;&#x20B6;&#x20B7;&#x20B8;&#x20B9;&#x20BA;&#x20BB;<!--
    22    -->&#x20BC;&#x20BD;&#x20BE;&#x20BF;&#x20C0;&#x20C1;&#x20C2;<!--
    23    -->&#x20C3;&#x20C4;&#x20C5;&#x20C6;&#x20C7;&#x20C8;&#x20C9;<!--
    24    -->&#x20CA;&#x20CB;&#x20CC;&#x20CD;&#x20CE;&#x20CF;1000000!!!</p>
    25   </body>
    26 </html>

mercurial