tor-browser

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

before-after-positioned-002-ref.html (380B)


      1 <!DOCTYPE html>
      2 <title>CSS Reftest Reference</title>
      3 <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com">
      4 <style type="text/css">
      5 #test {
      6  position: absolute;
      7  background: blue;
      8  height: 100px;
      9  width: 100px;
     10  right: 0px;
     11  bottom: 0px;
     12 }
     13 </style>
     14 <p>Test passes if there is a square (four equal sides) at the bottom right of the page.</p>
     15 <div id="test"></div>