summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/file_bug902156.js
blob: f943dd628ce58ee366de009b10f4ff3ce57cd5fd (plain)
1
2
3
4
5
/*
 * Once the mixed content blocker is disabled for the page, this scripts loads
 * and updates the text inside the div container.
 */
document.getElementById("mctestdiv").innerHTML = "Mixed Content Blocker disabled";