layout/reftests/bidi/unicode-bidi-isolate-aharon-ref.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><head>
michael@0 3 <title>Test cases for unicode-bidi:isolate</title>
michael@0 4 <style>
michael@0 5 </style>
michael@0 6 </head><body>
michael@0 7 opposite-to-base isolate followed by number.
michael@0 8 <div>
michael@0 9 <div class="reference">
michael@0 10 <span dir="ltr">&#x05D0;</span> (3 reviews)
michael@0 11 </div>
michael@0 12 </div>
michael@0 13 <hr>
michael@0 14 opposite-to-base isolate with opposite-to-base text before it with neutrals in between.
michael@0 15 <div>
michael@0 16 <div class="reference">
michael@0 17 <span dir="ltr">&#x05D0;</span>: <span dir="ltr">&#x05D1;</span>
michael@0 18 </div>
michael@0 19 </div>
michael@0 20 <hr>
michael@0 21 opposite-to-base isolate with opposite-to-base text before it and nothing in between.
michael@0 22 <div>
michael@0 23 <div class="reference">
michael@0 24 <bdo dir="ltr">&#x05D0;&#x05D1;</bdo>
michael@0 25 </div>
michael@0 26 </div>
michael@0 27 <hr>
michael@0 28 two opposite-to-base isolates with neutrals in between.
michael@0 29 <div>
michael@0 30 <div class="reference">
michael@0 31 <span dir="ltr">&#x05D0;</span> = <span dir="ltr">&#x05D1;</span>
michael@0 32 </div>
michael@0 33 </div>
michael@0 34 <hr>
michael@0 35 two opposite-to-base isolates with nothing in between.
michael@0 36 <div>
michael@0 37 <div class="reference">
michael@0 38 <bdo dir="ltr">&#x05D0;&#x05D1;</bdo>
michael@0 39 </div>
michael@0 40 </div>
michael@0 41 <hr>
michael@0 42 same-as-base isolate preceded by opposite-to-base text and followed by number
michael@0 43 <div dir="rtl">
michael@0 44 <div class="reference">
michael@0 45 see <span dir="ltr">&#x05D0;</span><sup>3</sup>
michael@0 46 </div>
michael@0 47 </div>
michael@0 48 <hr>
michael@0 49 same-as-base isolate surrounded by opposite-to-base text
michael@0 50 <div dir="rtl">
michael@0 51 <div class="reference">
michael@0 52 with <span dir="ltr">&#x05D0;</span>=<span dir="ltr">&#x05D1;</span> everywhere
michael@0 53 </div>
michael@0 54 </div>
michael@0 55 <hr>
michael@0 56 chimeric isolate surrounded by chimeric text
michael@0 57 <div>
michael@0 58 <div class="reference">
michael@0 59 about that <span dir="ltr">&#x05D0;</span> - &#x05D1;
michael@0 60 </div>
michael@0 61 </div>
michael@0 62 <hr>
michael@0 63 nested chimeric isolates surrounded by chimeric text
michael@0 64 <div>
michael@0 65 <div class="reference">
michael@0 66 about that strange <span dir="ltr">&#x05D0;</span> - <span dir="ltr">&#x05D1;</span> - &#x05D2;
michael@0 67 </div>
michael@0 68 </div>
michael@0 69 </body></html>

mercurial