tor-browser

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

backplate-bg-image-013-ref.html (403B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>Reference: Whitespace-only text over images should not receive backplates.</title>
      5    <style>
      6        div {
      7            position: absolute;
      8        }
      9        .bg {
     10            background-image: url("red.png");
     11            height: 20px;
     12            width: 20px;
     13        }
     14    </style>
     15 </head>
     16 <body>
     17    <div class="bg"></div>
     18 </body>
     19 </html>