blob: 183dabe255281b3df2ee892cb957dce35acf7f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE HTML>
<html>
<!--
Tests for Mixed Content Blocker - Opening link with _top target from an https iframe.
https://bugzilla.mozilla.org/show_bug.cgi?id=902350
-->
<head>
<meta charset="utf-8">
<title>Tests for Mixed Content Frame Navigation</title>
</head>
<body>
<a href="http://example.com/" id="topTarget" target="_top">Go to http site</a>
</body>
</html>
|