tor-browser

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

border-image-calc-ref.html (378B)


      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  #test {
      7    background-color: green;
      8    width: 200px;
      9    height: 200px;
     10  }
     11 </style>
     12 <p>Test passes if there is a green 200px times 200px square.</p>
     13 <div id="test"></div>