tor-browser

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

context_menu_image_nested.html (311B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" content="width=device-width, height=device-height" />
      5    <title>Context Menu Test Nested Image</title>
      6  </head>
      7  <body>
      8    <div>
      9      <div>
     10        <img id="image" src="images/test.gif" alt="Test Image" />
     11      </div>
     12    </div>
     13  </body>
     14 </html>