layout/reftests/bidi/712600-2-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.

     1 <!DOCTYPE html>
     2 <html><head>
     3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     4     <meta charset="utf-8">
     5     <title>HTML Test: BDI: neutral when nested</title>
     6     <link rel="reference" href="https://bug712600.bugzilla.mozilla.org/bdi-neutral-nested-ref.html">
     7     <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com">
     8     <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com">
     9     <link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-bdi-element">
    10     <meta name="assert" content="
    11       'For the purposes of applying the bidirectional algorithm to the paragraph-level
    12       container that a bdi element finds itself within, the bdi element must be treated
    13       like a U+FFFC OBJECT REPLACEMENT CHARACTER.'">
    14     <style>
    15       body{
    16         font-size:2em;
    17       }
    18     </style>
    19   </head>
    20   <body>
    21     <!-- Key to entities used below:
    22       &#x05D0; ... &#x05D5; - The first six Hebrew letters (strongly RTL).
    23       &#x202D; - The LRO (left-to-right-override) formatting character.
    24       &#x202C; - The PDF (pop directional formatting) formatting character; closes LRO. -->
    26       <div dir="ltr">‭1 + [a + [3 + [b + 4] + ב] + 2] + א‬</div>
    27       <div dir="ltr">‭1 + [a + [3 + [b + 4] + ב] + 2] + א‬</div>
    28       <div dir="ltr">‭1 + [a + [3 + [b + 4] + ב] + 2] + א‬</div>
    29       <div dir="rtl">‭a + [1 + [b + [3 + ב] + 2] + א] + 0‬</div>
    30       <div dir="rtl">‭a + [1 + [b + [3 + ב] + 2] + א] + 0‬</div>
    31       <div dir="rtl">‭a + [1 + [b + [3 + ב] + 2] + א] + 0‬</div>
    33 </body></html>

mercurial