layout/reftests/bidi/263359-3-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/263359-3-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +<DOCTYPE html>
     1.5 +<!-- This tests that embeddings and overrides are preserved after <br> -->
     1.6 +<html>
     1.7 + <head>
     1.8 +  <meta charset=UTF-8>
     1.9 +  <title>Bug 263359</title>
    1.10 +  <style type="text/css">
    1.11 +   p { margin: 0; text-align: left; white-space: pre }
    1.12 +   p.er { direction: rtl; }
    1.13 +   p.ol { unicode-bidi: bidi-override; direction: ltr; }
    1.14 +   p.or { unicode-bidi: bidi-override; direction: rtl; }
    1.15 +  </style>
    1.16 + </head>
    1.17 + <body>
    1.18 +<p>במה מדליקין,</p>
    1.19 +<p>ובמה אין מדליקין?</p>
    1.20 +<p class="er">אין מדליקין לא בלכש,</p>
    1.21 +<p class="er">ולא בחוסן,</p>
    1.22 +<p class="er">ולא בכלך,</p>
    1.23 +<p class="er">ולא בפתילת האידן,</p>
    1.24 +<p class="ol">ולא בפתילת המדבר,</p>
    1.25 +<p class="ol">ולא בירוקה שעל פני המים.</p>
    1.26 +<p class="ol">לא בזפת,</p>
    1.27 +<p class="or">ולא בשעווה,</p>
    1.28 +<p class="or">ולא בשמן קיק,</p>
    1.29 +<p class="or">ולא בשמן שריפה,</p>
    1.30 +<p class="or">ולא באליה,</p>
    1.31 +<p class="ol">ולא בחלב.</p>
    1.32 +<p class="ol">נחום המדי אומר,</p>
    1.33 +<p class="er">מדליקין בחלב מבושל;</p>
    1.34 +<p class="er">וחכמים אומרים,</p>
    1.35 +<p>אחד מבושל ואחד שאינו מבושל,</p>
    1.36 +<p>אין מדליקין בו.</p>
    1.37 + </body> 
    1.38 +</html>

mercurial