tor-browser

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

text-overflow-030-ref.html (275B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 .positioned {
      6  background-color: green;
      7  position: absolute;
      8  width: 100px;
      9  height: 100px;
     10 }
     11 </style>
     12 <p>Test passes if there is a green rectangle and no red.</p>
     13 <div class="positioned"></div>