4 gBrowser.selectedTab = gBrowser.addTab();
5 gBrowser.selectedBrowser.addEventListener(
"load",
function () {
6 is(document.getElementById(
"identity-box").className,
8 "identity box has class name for mixed content");
10 gBrowser.removeCurrentTab();
14 content.location =
"https://example.com/browser/browser/base/content/test/test_bug435035.html";