layout/reftests/bugs/412093-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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;
     8 }
     9 span {
    10   padding: 29px 0;
    11   line-height: 58px;
    12 }
    13 .bgleft {
    14   background: url(mozilla-banner.gif) no-repeat;
    15 }
    16 .bgright {
    17   background: url(mozilla-banner.gif) no-repeat right top;
    18 }
    19 i {
    20   padding: 30px;
    21 }
    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>

mercurial