layout/reftests/bugs/418574-1-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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">
    14   <ol start="1">
    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