tor-browser

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

svg-image-visited-1-ref.html (538B)


      1 <!DOCTYPE html>
      2 <!--
      3     Any copyright is dedicated to the Public Domain.
      4     http://creativecommons.org/publicdomain/zero/1.0/
      5 -->
      6 <html>
      7  <head>
      8    <title>Reference for bug 641731</title>
      9    <style>
     10      .imgRef, .embedRef {
     11        height: 100px;
     12        width: 100px;
     13        border: 1px solid black;
     14        display: inline-block;
     15      }
     16      .imgRef { background: lime }
     17      .embedRef { background: purple }
     18    </style>
     19  </head>
     20  <body>
     21    <div class="imgRef"></div>
     22    <div class="embedRef"></div>
     23  </body>
     24 </html>