tor-browser

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

outline-006-ref.html (352B)


      1 <!doctype html>
      2 <html lang=en>
      3  <meta charset=utf-8>
      4  <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net">
      5  <title>CSS-UI test reference</title>
      6 <style>
      7 div {
      8  width: 100px;
      9  height: 100px;
     10  background: green;
     11 }
     12 
     13 </style>
     14 
     15  <p>Test passes if there is a filled green square and <strong>no pink</strong>.</p>
     16  <div></div>