tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

reversed-1a.html (283B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <title>`reversed` should reverse the numbering correctly</title>
      4 <link rel=match href="reversed-1-ref.html">
      5 <link rel=help href="https://html.spec.whatwg.org/#attr-ol-reversed">
      6 <ol reversed>
      7  <li>Three</li>
      8  <li>Two</li>
      9  <li>One</li>
     10 </ol>