layout/reftests/bidi/922530-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>ALM character</title>
     6     <style type="text/css">
     7       p { font-size: 2em; }
     8     </style>
     9     <!--
    10 	Test that U+061C functions as an invisible Arabic character.
    12 	In the test text it is followed by two European numbers with a
    13 	European separator between them. By rules W2, W3 and W6 of the
    14 	Bidi algorithm (http://unicode.org/reports/tr9/#W2) the
    15 	European numbers change to Arabic numbers, the ARABIC LETTER
    16 	MARK changes to R and the separator changes to Other Neutral,
    17 	and then by rule N1 the Arabic numbers make the separator
    18 	change to R, so the final visual order is "a2+1&#x061c;", but
    19 	the &#x061c should not appear
    20       -->
    21 </head>
    22   <body>
    23     <p>a&#x061c;1+2</p>
    24   </body>
    25 </html>

mercurial