https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dd2f462a971fdf6a72e7c3da774a4e4a5608ebfa authored by B2G Bumper Bot on 09 June 2014, 23:03:54 UTC
Bumping manifests a=b2g-bump
Tip revision: dd2f462
83958-1a.html
<!DOCTYPE html>
<html>
 <head>
  <meta charset="UTF-8">
  <title>Bidirectional Text Test 2 - Formatting Characters</title>
  <style>
   p { font-family: monospace; text-align: left; }
  </style>
 </head>
<!-- Testcases based on http://dbaron.org/css/test/bidi2_charcode by L. David Baron. -->
 <body>
  <p>The following lines should all read "ABCDEFGHI":</p>
  <p>ABCDEFGHI</p>
  <p dir="rtl">&#x202b;ABCDEFGHI&#x202c;</p>
  <p dir="rtl">&#x202b;ABC<span>DEF</span>GHI&#x202c;</p>
  <p dir="rtl">&#x202e;IHGFEDCBA&#x202c;</p>
  <p dir="rtl">&#x202e;IHG<span>FED</span>CBA&#x202c;</p>
  <p dir="rtl">&#x202e;IHG&#x202b;DEF&#x202c;CBA&#x202c;</p>
  <p dir="rtl">&#x202e;IHG&#x202e;FED&#x202c;CBA&#x202c;</p>
  <p dir="rtl">&#x202e;IHG&#x202e;FED&#x202c;CBA&#x202c;</p>
  <p dir="rtl">&#x202e;IHG&#x202d;DEF&#x202c;CBA&#x202c;</p>
 </body>
</html>
back to top