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

mercurial