layout/reftests/bidi/263359-3.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 <!-- This tests that embeddings and overrides are preserved in <pre> -->
     3 <html>
     4  <head>
     5   <meta charset=UTF-8>
     6   <title>Bug 263359</title>
     7   <style type="text/css">
     8    p {
     9  white-space: pre;
    10  margin: 0;
    11      }
    12   </style>
    13  </head>
    14  <body>
    15   <p style="">במה מדליקין,
    16 ובמה אין מדליקין?
    17 <span dir="rtl">אין מדליקין לא בלכש,
    18 ולא בחוסן,
    19 ולא בכלך,
    20 ולא בפתילת האידן,
    21 <span style="unicode-bidi: bidi-override; direction: ltr">ולא בפתילת המדבר,
    22 ולא בירוקה שעל פני המים.
    23 לא בזפת,
    24 <span style="unicode-bidi: bidi-override; direction: rtl">ולא בשעווה,
    25 ולא בשמן קיק,
    26 ולא בשמן שריפה,
    27 ולא באליה, </span>
    28 ולא בחלב.
    29 נחום המדי אומר, </span>
    30 מדליקין בחלב מבושל;
    31 וחכמים אומרים, </span>
    32 אחד מבושל ואחד שאינו מבושל,
    33 אין מדליקין בו.
    34   </pre>
    35  </body>
    36 </html>

mercurial