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.)

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

mercurial