layout/reftests/bugs/412093-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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