fune/browser/base/content/test/contextMenu/test_contextmenu_links.html
Gijs Kruitbosch f8a2d60a78 Bug 1430507 - pass something that's always serializable for SVG elements and the context menu, r=nhnt11
MozReview-Commit-ID: KUDsCdzAM4D

--HG--
extra : rebase_source : 64f6897bea2324e71407094bda75a1f50501e495
2018-01-15 09:45:50 +00:00

14 lines
553 B
HTML

<!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>