Bug 982988 - Fix browser_bug415846.js to load the new location of its-a-trap.html and re-enable it

This commit is contained in:
Phil Ringnalda 2014-03-12 20:40:58 -07:00
parent 79663ddcc2
commit 7d044caa98
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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() {