tor-browser

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

wide-keyword-fallback-001-ref.html (347B)


      1 <!doctype html>
      2 <title>CSS Test Reference</title>
      3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      4 <link rel="author" title="Mozilla" href="https://mozilla.org">
      5 <style>
      6  #outer {
      7    border: 10px solid transparent;
      8  }
      9 
     10  #inner {
     11    border: 10px solid;
     12  }
     13 </style>
     14 <div id="outer"><div id="inner"></div></div>