blob: ac3b5415ddafe9699fb2a72747e530295193e314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Subtest for browser context menu</title>
</head>
<body>
Browser context menu subtest.
<a href="moz-extension://foo-bar/tab.html" id="link">Link to an extension resource</a>
<video src="moz-extension://foo-bar/video.ogg" id="video"></video>
</body>
</html>
|