tor-browser

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

fieldset-foo-ref.html (190B)


      1 <!DOCTYPE html>
      2 <title>Reference with a fieldset and legend "Foo"</title>
      3 <p>There should be a normal fieldset below with the legend "Foo".</p>
      4 <fieldset>
      5  <legend>Foo</legend>
      6 </fieldset>