blob: 2101f80c7db11d805b8400bac17059953daeb268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<DOCTYPE HTML>
<html>
<!--
Test for Mixed Content Blocker target="_top" frame navigation
https://bugzilla.mozilla.org/show_bug.cgi?id=902350
-->
<head>
<meta charset="utf-8">
<title>Test for Bug 902350</title>
</head>
<body>
<div id="framediv">
<iframe src="https://example.com/browser/dom/base/test/file_bug902350_frame.html" id="testing_frame"></iframe>
</div>
</body>
</html>
|