Files
tubestation/browser/components/extensions/test/browser/context.html
2016-07-27 18:23:24 -07:00

19 lines
438 B
HTML

<html>
<head>
</head>
<body>
just some text 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
<img src="ctxmenu-image.png" id="img1">
<p>
<a href="some-link" id="link1">Some link</a>
</p>
<p>
<a href="image-around-some-link">
<img src="ctxmenu-image.png" id="img-wrapped-in-link">
</a>
</p>
</body>
</html>