layout/reftests/list-item/numbering-1-ref.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><head>
     3     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     4     <title>Testcase #1 for bug 614969</title>
     5 </head>
     6 <body>
     8 <ol style="list-style: decimal inside">
     9     <li>List item 1</li>
    10     <li>List item 2</li>
    11     <li>List item 3</li>
    12     <li>List item 4</li>
    13     <li>List item 5</li>
    14     <li>List item 6</li>
    15     <div><li>List item 7</li></div>
    16 </ol>
    18 <ol style="list-style: decimal inside;">
    19     <div style="-moz-column-width:1em; column-width:1em;"><li></li><div>item1</div></div>
    20     <div style="-moz-column-width:1em; column-width:1em;"><li></li><div>item2</div></div>
    21     <div style="-moz-column-width:1em; column-width:1em;"><li></li><div>item3</div></div>
    22 </ol>
    24 </body>
    25 </html>

mercurial