tor-browser

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

logical-props-001-ref.html (386B)


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