Bug 962605 part 1. Remove a broken attempt to disable test_hang_submit.xul. r=ted

This commit is contained in:
Boris Zbarsky 2014-01-24 22:52:10 -05:00
parent 8b61760962
commit c6541ce7fe

View File

@ -22,13 +22,6 @@
SimpleTest.waitForExplicitFinish();
SimpleTest.ignoreAllUncaughtExceptions();
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
const isOSXMtnLion = navigator.userAgent.indexOf("Mac OS X 10.8") != -1;
if (isOSXLion || isOSXMtnLion) {
todo(false, "Can't test plugin crash notification on OS X 10.7 or 10.8, see bug 705047");
SimpleTest.finish();
}
Components.utils.import("resource://gre/modules/NetUtil.jsm");
Components.utils.import("resource://gre/modules/Services.jsm");