layout/reftests/bidi/503957-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html dir="rtl">
     3   <head>
     4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     5     <title>Test Page</title>
     6     <style type="text/css">
     7       ol li {
     8         display: inline;
     9         margin: 1em;
    10       }
    11       ol {
    12        -moz-padding-start: 0px;
    13       }
    14     </style>
    15   </head>
    16   <body>
    17     <ol>
    18       <li>אתר התוספות של Mozilla</li>
    19       <li>one</li>
    20       <li>two</li>
    21       <li>three</li>
    22     </ol>
    23   </body>
    24 </html>

mercurial