tor-browser

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

dd-dl-firefox-001-ref.html (179B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <div>Prevent quirky dl margin from messing up with us</div>
      4 <dl>
      5  <dd>One</dd>
      6  <dl>Two</dl>
      7 </dl>
      8 <dd>Three</dd><dd>Four</dd>