Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 412093-1.html
blob9d1ca10ca2ee80cc2e3896fc1835eff43038dcb8
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Bidi text in inline with background image</title>
5 <style type="text/css">
6 body {
7 font-size: 0;
9 span {
10 padding: 29px 0;
11 line-height: 58px;
13 .bgleft {
14 background: url(mozilla-banner.gif) no-repeat;
16 .bgright {
17 background: url(mozilla-banner.gif) no-repeat right top;
19 i {
20 padding: 30px;
22 </style>
23 </head>
24 <body>
25 <p dir="rtl"><span class="bgleft"><i>&rlm;</i><br><i>&lrm;</i><i>&rlm;</i><i>&lrm;</i></span><i>&lrm;</i></p>
26 <p dir="rtl"><span class="bgright"><i>&rlm;</i><br><i>&lrm;</i><i>&rlm;</i><i>&lrm;</i></span><i>&lrm;</i></p>
27 <p dir="ltr"><span class="bgleft"><i>&lrm;</i><br><i>&lrm;</i><i>&rlm;</i><i dir="ltr">&lrm;</i></span><i>&rlm;</i></p>
28 <p dir="ltr"><span class="bgright"><i>&lrm;</i><br><i>&lrm;</i><i>&rlm;</i><i dir="ltr">&lrm;</i></span><i>&rlm;</i></p>
29 </body>
30 </html>