tor-browser

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

counter-set-002-ref.html (443B)


      1 <!DOCTYPE html>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html><head>
      7  <meta charset="utf-8">
      8  <title>CSS Lists: dynamic update test for 'counter-set'</title>
      9  <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org">
     10 </head>
     11 <body>
     12 <ol>
     13 <li></li>
     14 <li></li>
     15 <li></li>
     16 <fieldset style="display:list-item"></fieldset>
     17 <li></li>
     18 </ol>
     19 </body>
     20 </html>