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

mercurial