Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<!--
Test 7-9 for Bug 1082837 - See file browser_mcb_redirect.js for description.
-->
<head>
<meta charset="utf-8">
<title>Bug 1082837</title>
<script>
function image_loaded() {
document.getElementById("mctestdiv").innerHTML = "image loaded";
}
function image_blocked() {
document.getElementById("mctestdiv").innerHTML = "image blocked";
}
</script>
</head>
<body>
<div id="mctestdiv"></div>
</body>
</html>