layout/reftests/bugs/418574-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <style type="text/css">
     5  ol {
     6    list-style-position: inside;
     7    padding: 0;
     8    margin: 0;
     9 }
    11   </style>
    12  </head>
    13  <body dir="rtl" onload="document.getElementById('ol').setAttribute('start', '1');">
    14   <ol start="5" id="ol">
    15    <li></li>
    16    <li></li>
    17    <li></li>
    18    <li></li>
    19    <li></li>
    20    <li></li>
    21    <li></li>
    22    <li></li>
    23   </ol>
    24  </body>
    25 </html>

mercurial