browser_bug435035.js
Go to the documentation of this file.
1 function test() {
3 
4  gBrowser.selectedTab = gBrowser.addTab();
5  gBrowser.selectedBrowser.addEventListener("load", function () {
6  is(document.getElementById("identity-box").className,
7  gIdentityHandler.IDENTITY_MODE_MIXED_CONTENT,
8  "identity box has class name for mixed content");
9 
10  gBrowser.removeCurrentTab();
11  finish();
12  }, true);
13 
14  content.location = "https://example.com/browser/browser/base/content/test/test_bug435035.html";
15 }
waitForExplicitFinish()
function test()
var gIdentityHandler
Definition: browser.js:6449