Bug 1330822 - Remove CPOWs from browser_identity_UI.js. r=Felipe

--HG--
extra : rebase_source : 92d1ffa0db17615273739cdd89c3e58cb7f030de
This commit is contained in:
Blake Kaplan 2016-11-15 15:11:48 -08:00
parent 58a5f1123d
commit f487b36e57

View File

@ -116,7 +116,8 @@ function nextTest() {
gTestDesc = "#" + gCurrentTestIndex + " (" + gCurrentTest.name + " without eTLD in identity icon label)";
if (!gForward)
gTestDesc += " (second time)";
content.location.reload(true);
gBrowser.selectedBrowser.reloadWithFlags(Ci.nsIWebNavigation.LOAD_FLAGS_BYPASS_CACHE |
Ci.nsIWebNavigation.LOAD_FLAGS_BYPASS_PROXY);
}
}