diff --git a/browser/components/safebrowsing/content/test/browser.ini b/browser/components/safebrowsing/content/test/browser.ini index edf8861867a6..b20c45360d97 100644 --- a/browser/components/safebrowsing/content/test/browser.ini +++ b/browser/components/safebrowsing/content/test/browser.ini @@ -3,8 +3,6 @@ support-files = head.js [browser_bug400731.js] [browser_bug415846.js] -skip-if = true -# Disabled because it seems to now touch network resources -# skip-if = os == "mac" +skip-if = os == "mac" # Disabled on Mac because of its bizarre special-and-unique # snowflake of a help menu. diff --git a/browser/components/safebrowsing/content/test/browser_bug415846.js b/browser/components/safebrowsing/content/test/browser_bug415846.js index 079283c8e6b2..db278143bd0a 100644 --- a/browser/components/safebrowsing/content/test/browser_bug415846.js +++ b/browser/components/safebrowsing/content/test/browser_bug415846.js @@ -38,7 +38,7 @@ function testNormal_PopupListener() { // Now launch the phishing test. Can't use onload here because error pages don't // fire normal load events. window.addEventListener("DOMContentLoaded", testPhishing, true); - content.location = "http://www.mozilla.org/firefox/its-a-trap.html"; + content.location = "http://www.itisatrap.org/firefox/its-a-trap.html"; } function testPhishing() {