layout/reftests/bidi/613149-1b.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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 isolation - css</title>
michael@0 6 <style type="text/css">
michael@0 7 body { font-family: monospace; }
michael@0 8 span { unicode-bidi: -moz-isolate; }
michael@0 9 span.override { unicode-bidi: -moz-isolate-override; }
michael@0 10 </style>
michael@0 11 </head>
michael@0 12 <body>
michael@0 13 <p><span>פיצה זהב 24 קאראט</span> - 3 reviews</p>
michael@0 14 <p>מסעדה ראשונה: <span dir="ltr">Joe's פלאפל Bar</span> - 5 תגובות</p>
michael@0 15 <p>מסעדה ראשונה: <span class="override" dir="rtl">raB פלאפל s'eoJ</span> - 5 תגובות</p>
michael@0 16 <p dir="rtl" align="left">תשתמש ב-css (<span dir="ltr">position: relative</span>).</p>
michael@0 17 <p>documents &gt; <span dir="rtl">הרומן הראשון שלי</span> &gt; <span dir="rtl">פרק 1</span></p>
michael@0 18 <p><span>joe hacker&#x202e;</span>: overdrawn</p>
michael@0 19 </body>
michael@0 20 </html>

mercurial