tor-browser

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

fieldset-list-item.html (272B)


      1 <!doctype html>
      2 <title>fieldset and dipslay: list-item</title>
      3 <link rel=match href=fieldset-list-item-ref.html>
      4 <style>
      5  fieldset { margin: 0 40px; display: list-item; }
      6 </style>
      7 <p>There should be no bullet points below.</p>
      8 <fieldset>
      9  <legend>X</legend>
     10 </fieldset>