mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
bug 694254 - disable test_focus_browserui.xul on windows 7/8 to see if the leak goes away
This commit is contained in:
parent
7d09ff18e0
commit
efbc5f580b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user