tor-browser

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

contain-paint-containing-block-absolute-001-ref.html (344B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>CSS Reftest Reference</title>
      6  <link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
      7  <style>
      8  #a {
      9      width: 100px;
     10      height: 100px;
     11      background: green;
     12      margin: 50px;
     13  }
     14  </style>
     15 </head>
     16 <body>
     17  <div id="a"></div>
     18 </body>
     19 </html>