layout/reftests/bidi/922550-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/922550-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <meta charset="utf-8">
     1.8 +    <title>Bidi with European terminators</title>
     1.9 +    <style type="text/css">
    1.10 +      p { unicode-bidi: bidi-override; }
    1.11 +    </style>
    1.12 +  </head>
    1.13 +  <body>
    1.14 +    <p>In the Bidi Algorithm, a sequence of European terminators
    1.15 +      adjacent to European numbers changes to all European numbers. A
    1.16 +      change was made in Unicode 6.3 so that all undefined Unicode
    1.17 +      codepoints betweem U+20A0 and U+20CF would have the bidi category of
    1.18 +      European terminator by default</p>
    1.19 +    <p>$$$$1000000 סרפ!!!</p>
    1.20 +    <p>&#x20A0;&#x20A0;&#x20A0;&#x20A0;1000000 סרפ!!!</p>
    1.21 +    <p>&#x20BA;&#x20BA;&#x20BA;&#x20BA;1000000 סרפ!!!</p>
    1.22 +    <p>&#x20CF;&#x20CF;&#x20CF;&#x20CF;1000000 סרפ!!!</p>
    1.23 +    <p>&#x20A0;&#x20A1;&#x20A2;&#x20A3;&#x20A4;&#x20A5;&#x20A6;<!--
    1.24 +   -->&#x20A7;&#x20A8;&#x20A9;&#x20AA;&#x20AB;&#x20AC;&#x20AD;<!--
    1.25 +   -->&#x20AE;&#x20AF;&#x20B0;&#x20B1;&#x20B2;&#x20B3;&#x20B4;<!--
    1.26 +   -->&#x20B5;&#x20B6;&#x20B7;&#x20B8;&#x20B9;&#x20BA;&#x20BB;<!--
    1.27 +   -->&#x20BC;&#x20BD;&#x20BE;&#x20BF;&#x20C0;&#x20C1;&#x20C2;<!--
    1.28 +   -->&#x20C3;&#x20C4;&#x20C5;&#x20C6;&#x20C7;&#x20C8;&#x20C9;<!--
    1.29 +   -->&#x20CA;&#x20CB;&#x20CC;&#x20CD;&#x20CE;&#x20CF;1000000 סרפ!!!</p>
    1.30 +  </body>
    1.31 +</html>

mercurial