tor-browser

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

svg-image-visited-1d.html (563B)


      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>Test for bug 641731</title>
      9    <style>
     10      img, embed {
     11        height: 100px;
     12        width: 100px;
     13        border: 1px solid black;
     14      }
     15    </style>
     16  </head>
     17  <body>
     18    <!-- This shouldn't show visited link coloring: -->
     19    <img src="svg-image-visited-1d-helper.svg">
     20    <!-- This should show visited link coloring: -->
     21    <embed src="svg-image-visited-1d-helper.svg">
     22  </body>
     23 </html>