layout/reftests/bidi/229367-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.)

michael@0 1 <DOCTYPE html>
michael@0 2 <!-- This tests that embeddings and overrides are preserved after <br> -->
michael@0 3 <html>
michael@0 4 <head>
michael@0 5 <meta charset=UTF-8>
michael@0 6 <title>Bug 229367</title>
michael@0 7 </head>
michael@0 8 <body>
michael@0 9 <div>במה מדליקין,<br>
michael@0 10 ובמה אין מדליקין?<br>
michael@0 11 <span style="unicode-bidi: embed; direction: rtl">אין מדליקין לא בלכש, <br>
michael@0 12 ולא בחוסן, <br>
michael@0 13 ולא בכלך, <br>
michael@0 14 ולא בפתילת האידן, <br>
michael@0 15 <span style="unicode-bidi: bidi-override; direction: ltr">ולא בפתילת המדבר, <br>
michael@0 16 ולא בירוקה שעל פני המים. <br>
michael@0 17 לא בזפת, <br>
michael@0 18 <span style="unicode-bidi: bidi-override; direction: rtl">ולא בשעווה, <br>
michael@0 19 ולא בשמן קיק, <br>
michael@0 20 ולא בשמן שריפה, <br>
michael@0 21 ולא באליה, <br></span>
michael@0 22 ולא בחלב. <br>
michael@0 23 נחום המדי אומר, <br></span>
michael@0 24 מדליקין בחלב מבושל; <br>
michael@0 25 וחכמים אומרים, <br></span>
michael@0 26 אחד מבושל ואחד שאינו מבושל,<br>
michael@0 27 אין מדליקין בו.
michael@0 28 </div>
michael@0 29 </body>
michael@0 30 </html>

mercurial