tor-browser

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

backplate-bg-image-001.html (313B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <link rel="stylesheet" type="text/css" href="ahem.css" />
      5  <title>Text that overlaps a background image should be backplated.</title>
      6  <style>
      7    div {
      8      font: 20px Ahem;
      9      background-image: url("blue.png");
     10    }
     11    </style>
     12 </head>
     13 <div>
     14  ppppp ppppp
     15 </div>
     16 </html>