layout/reftests/bidi/503957-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/503957-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html dir="rtl">
     1.6 +  <head>
     1.7 +    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     1.8 +    <title>Test Page</title>
     1.9 +    <style type="text/css">
    1.10 +      ol li {
    1.11 +        display: inline;
    1.12 +        margin: 1em;
    1.13 +      }
    1.14 +      ol {
    1.15 +       -moz-padding-start: 0px;
    1.16 +      }
    1.17 +    </style>
    1.18 +  </head>
    1.19 +  <body>
    1.20 +    <ol>
    1.21 +      <li>אתר התוספות של Mozilla</li>
    1.22 +      <li>one</li>
    1.23 +      <li>two</li>
    1.24 +      <li>three</li>
    1.25 +    </ol>
    1.26 +  </body>
    1.27 +</html>

mercurial