layout/reftests/list-item/numbering-1.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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 style="overflow: hidden">List item 1</li>
    10     <li style="overflow: hidden">List item 2</li>
    11     <li>List item 3</li>
    12     <li style="overflow: hidden">List item 4</li>
    13     <li style="overflow: hidden">List item 5</li>
    14     <li>List item 6</li>
    15     <div style="overflow: hidden"><li>List item 7</li></div>
    16 </ol>
    18 <ol style="list-style: decimal inside;">
    19     <li style="-moz-column-width:1em; column-width:1em;">item1</li>
    20     <li style="-moz-column-width:1em; column-width:1em;">item2</li>
    21     <li style="-moz-column-width:1em; column-width:1em;">item3</li>
    22 </ol>
    24 </body>
    25 </html>

mercurial