tor-browser

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

painting-stretchy-operator-001-ref.html (427B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Painting of vertical assembly (reference)</title>
      6 <style>
      7  .container {
      8      font-size: 50px;
      9      position: absolute;
     10      left: 1em;
     11      top: 1em;
     12      padding: 5px;
     13      background: green;
     14      width: 4em;
     15      height: 8em;
     16  }
     17 </style>
     18 <body>
     19  <p>This test passes if you see a green rectangle and no red.</p>
     20  <div class="container">
     21  </div>
     22 </body>