layout/reftests/bidi/229367-3.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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