summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/file_with_link_to_http.html
blob: 4c1a766a3a91bced759eb4e4bffae6dc7f835960 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
  <meta charset="utf-8">
  <title>Test page for Bug 1338375</title>
</head>
<body>
  <a id="linkToExample" href="http://example.org" target="_blank">example.org</a>
</body>
</html>