summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/contextMenu/test_contextmenu_links.html
blob: 650c136f990086a29e4b67e8264074e1b1828b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html>
<head>
  <title>Subtest for browser context menu links</title>
</head>
<body>
Browser context menu link subtest.

<a id="test-link" href="https://example.com">Click the monkey!</a>
<a id="test-image-link" href="/"><img src="ctxmenu-image.png"></a>
<svg id="svg-with-link" width=10 height=10><a xlink:href="https://example.com/"><circle cx="50%" cy="50%" r="50%" fill="blue"/></a></svg>
<svg id="svg-with-relative-link" width=10 height=10><a xlink:href="/"><circle cx="50%" cy="50%" r="50%" fill="blue"/></a></svg>
</body>
</html>