| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Bidi properties ignored for inline container whose first child is an inli
ne container</title> | 3 <title>Bidi properties ignored for inline container whose first child is an inli
ne container</title> |
| 4 <style type="text/css"> | 4 <style type="text/css"> |
| 5 .rlo { direction: rtl; unicode-bidi: bidi-override; } | 5 .rlo { direction: rtl; unicode-bidi: bidi-override; } |
| 6 [dir] { unicode-bidi: embed; } |
| 6 </style> | 7 </style> |
| 7 </head> | 8 </head> |
| 8 <body> | 9 <body> |
| 9 <p> | 10 <p> |
| 10 This is a test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=5980 Bidi p
roperties of an inline container whose first child is an inline container are ig
nored</i>. | 11 This is a test for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=5980 Bidi p
roperties of an inline container whose first child is an inline container are ig
nored</i>. |
| 11 </p> | 12 </p> |
| 12 <hr> | 13 <hr> |
| 13 <p> | 14 <p> |
| 14 The following lines should read “ABCDEFGHI”: | 15 The following lines should read “ABCDEFGHI”: |
| 15 </p> | 16 </p> |
| (...skipping 26 matching lines...) Expand all Loading... |
| 42 דהו([<span dir="ltr"></span>אבג | 43 דהו([<span dir="ltr"></span>אבג |
| 43 </p> | 44 </p> |
| 44 <p> | 45 <p> |
| 45 דהו([<span dir="ltr"><span></span></span>אב&#
x05d2; | 46 דהו([<span dir="ltr"><span></span></span>אב&#
x05d2; |
| 46 </p> | 47 </p> |
| 47 <p> | 48 <p> |
| 48 דהו([<span><span dir="ltr"></span></span>אב&#
x05d2; | 49 דהו([<span><span dir="ltr"></span></span>אב&#
x05d2; |
| 49 </p> | 50 </p> |
| 50 </body> | 51 </body> |
| 51 </html> | 52 </html> |
| OLD | NEW |