gecko-dev/browser/components/extensions/test/browser/webNav_createdTarget.html
Luca Greco 706324f05b Bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links. r=kmag
MozReview-Commit-ID: KYVKkVUSOzR

--HG--
extra : rebase_source : 95a995a2bceac3488347a87b7363a72d76012ce8
2017-02-24 19:49:38 +01:00

10 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>WebNavigatio onCreatedNavigationTarget target</title>
<meta charset="utf-8">
</head>
<body>
<a id="other-link" href="webNav_createdTarget_source.html">Go back to the source page</a>
</body>
</html>