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>₠₠₠₠1000000 סרפ!!!</p> 1.21 + <p>₺₺₺₺1000000 סרפ!!!</p> 1.22 + <p>⃏⃏⃏⃏1000000 סרפ!!!</p> 1.23 + <p>₠₡₢₣₤₥₦<!-- 1.24 + -->₧₨₩₪₫€₭<!-- 1.25 + -->₮₯₰₱₲₳₴<!-- 1.26 + -->₵₶₷₸₹₺₻<!-- 1.27 + -->₼₽₾₿⃀⃁⃂<!-- 1.28 + -->⃃⃄⃅⃆⃇⃈⃉<!-- 1.29 + -->⃊⃋⃌⃍⃎⃏1000000 סרפ!!!</p> 1.30 + </body> 1.31 +</html>