mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
18 lines
572 B
HTML
18 lines
572 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
Test 2 for Bug 902156 - See file browser_bug902156.js for description.
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=902156
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test 2 for Bug 902156</title>
|
|
</head>
|
|
<body>
|
|
<div id="mctestdiv">Mixed Content Blocker enabled</div>
|
|
<a href="https://test2.example.com/browser/browser/base/content/test/file_bug902156_1.html"
|
|
id="mctestlink" target="_top">Go to http site</a>
|
|
<script src="http://test2.example.com/browser/browser/base/content/test/file_bug902156.js" ></script>
|
|
</body>
|
|
</html>
|