tor-browser

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

bug1550869-1-ref.html (397B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <title>Bug 1516963 Reference: Test AccessibleCaret doesn't show when clicking on an image.</title>
      4  <style>
      5  #container {
      6    border: 1px solid blue;
      7    width: 100px;
      8    height: 100px;
      9    background-color: yellow;
     10  }
     11  img {
     12    width: 60px;
     13    height: 40px;
     14  }
     15  </style>
     16  <body>
     17    <div id="container"><img src="chrome/blue-32x32.png"></div>
     18  </body>
     19 </html>