bug 694254 - disable test_focus_browserui.xul on windows 7/8 to see if the leak goes away

This commit is contained in:
Trevor Saunders 2013-03-17 21:04:07 -04:00
parent 7d09ff18e0
commit efbc5f580b

View File

@ -84,6 +84,10 @@
var gQueue = null;
function doTests()
{
if (navigator.oscpu.startsWith("Windows NT 6.1") || navigator.oscpu.startsWith("Windows NT 6.2")) {
todo(false, "shouldn't cause a leak!");
return;
}
gQueue = new eventQueue();
var tabDocument = currentTabDocument();