layout/reftests/bidi/712600-2.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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">א + <bdi>[a + <bdi>[ב + <bdi>[b + 4]</bdi> + 3]</bdi> + 2]</bdi> + 1</div>
    27       <div dir="ltr">א + <bdi dir="rtl">[a + <bdi dir="ltr">[ב + <bdi dir="rtl">[b + 4]</bdi> + 3]</bdi> + 2]</bdi> + 1</div>
    28       <div dir="ltr">א + <bdi dir="ltr">[a + <bdi dir="rtl">[ב + <bdi dir="ltr">[b + 4]</bdi> + 3]</bdi> + 2]</bdi> + 1</div>
    29       <div dir="rtl">a + <bdi>[א + <bdi>[b + <bdi>[ב + 3]</bdi> + 2]</bdi> + 1]</bdi> + 0</div>
    30       <div dir="rtl">a + <bdi dir="ltr">[א + <bdi dir="rtl">[b + <bdi dir="ltr">[ב + 3]</bdi> + 2]</bdi> + 1]</bdi> + 0</div>
    31       <div dir="rtl">a + <bdi dir="rtl">[א + <bdi dir="ltr">[b + <bdi dir="rtl">[ב + 3]</bdi> + 2]</bdi> + 1]</bdi> + 0</div>
    32 </body></html>

mercurial