tenfourfox/toolkit/components/addoncompat/tests/browser/browser_addonShims_testpage2.html

17 lines
227 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<meta charset="utf-8">
<title>shim test</title>
</head>
<body>
Hello!
<a href="browser_addonShims_testpage.html" id="link">Link</a>
<script type="text/javascript">
var global = 5;
</script>
</body>
</html>