layout/reftests/bugs/418574-2.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    padding-left: 160px;
     7 }
     9   </style>
    10  </head>
    11  <body onload="document.getElementById('ol').setAttribute('start', '10001');">
    12   <ol start="1" id="ol">
    13    <li>foo</li>
    14    <li>foo</li>
    15    <li>foo</li>
    16    <li>foo</li>
    17    <li>foo</li>
    18    <li>foo</li>
    19    <li>foo</li>
    20    <li>foo</li>
    21   </ol>
    22  </body>
    23 </html>

mercurial