Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>Bidirectional Text Test 2 - Formatting Characters</title>
6 <style>
7 p { font-family: monospace; text-align: left; }
8 </style>
9 </head>
10 <!-- Testcases based on http://dbaron.org/css/test/bidi2_charcode by L. David Baron. -->
11 <body>
12 <p>The following lines should all read "ABCDEFGHI":</p>
13 <p>ABCDEFGHI</p>
14 <p dir="rtl">‫ABCDEFGHI‬</p>
15 <p dir="rtl">‫ABC<span>DEF</span>GHI‬</p>
16 <p dir="rtl">‮IHGFEDCBA‬</p>
17 <p dir="rtl">‮IHG<span>FED</span>CBA‬</p>
18 <p dir="rtl">‮IHG‫DEF‬CBA‬</p>
19 <p dir="rtl">‮IHG‮FED‬CBA‬</p>
20 <p dir="rtl">‮IHG‮FED‬CBA‬</p>
21 <p dir="rtl">‮IHG‭DEF‬CBA‬</p>
22 </body>
23 </html>