layout/reftests/bugs/412093-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/412093-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,49 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.7 +  <title>Bidi text in inline with background image</title>
     1.8 +  <style type="text/css">
     1.9 +body {
    1.10 +  font-size: 0;
    1.11 +}
    1.12 +i {
    1.13 +  background-image: url(mozilla-banner.gif);
    1.14 +  background-repeat: no-repeat;
    1.15 +}
    1.16 +i, b {
    1.17 +  padding: 29px 30px;
    1.18 +  line-height: 58px;
    1.19 +}
    1.20 +.l0{
    1.21 +  background-position: 0 0;
    1.22 +}
    1.23 +.l60{
    1.24 +  background-position: -60px 0;
    1.25 +}
    1.26 +.l120{
    1.27 +  background-position: -120px 0;
    1.28 +}
    1.29 +.l180{
    1.30 +  background-position: -180px 0;
    1.31 +}
    1.32 +.r0{
    1.33 +  background-position: -540px 0;
    1.34 +}
    1.35 +.r60{
    1.36 +  background-position: -480px 0;
    1.37 +}
    1.38 +.r120{
    1.39 +  background-position: -420px 0;
    1.40 +}
    1.41 +.r180{
    1.42 +  background-position: -360px 0;
    1.43 +}
    1.44 +  </style>
    1.45 + </head>
    1.46 +<body>
    1.47 +  <p dir="rtl"><i class="l180"></i><br><i class="l120"></i><i class="l60"></i><b></b><i class="l0"></i></p>
    1.48 +  <p dir="rtl"><i class="r0"></i><br><i class="r60"></i><i class="r120"></i><b></b><i class="r180"></i></p>
    1.49 +  <p dir="ltr"><i class="l0"></i><br><i class="l60"></i><b></b><i class="l120"></i><i class="l180"></i></p>
    1.50 +  <p dir="ltr"><i class="r180"></i><br><i class="r120"></i><b></b><i class="r60"></i><i class="r0"></i></p>
    1.51 +</body>
    1.52 +</html>
    1.53 \ No newline at end of file

mercurial