summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/context_menu_image_nested.html
blob: 99563d66f5dd83026beb418362ebd5c917e03ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" content="width=device-width, height=device-height" />
    <title>Context Menu Test Nested Image</title>
  </head>
  <body>
    <div>
      <div>
        <img id="image" src="images/test.gif" alt="Test Image" />
      </div>
    </div>
  </body>
</html>