mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1020039 - Intermittent relations/test_embeds.xul, disable logging
This commit is contained in:
parent
59468368ea
commit
9f5af78d47
@ -99,7 +99,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
// Testing
|
||||
|
||||
gA11yEventDumpToConsole = true; // debug
|
||||
//gA11yEventDumpToConsole = true; // debug
|
||||
|
||||
var gQueue = null;
|
||||
function doTests()
|
||||
@ -107,7 +107,7 @@
|
||||
testRelation(browserDocument(), RELATION_EMBEDS,
|
||||
getAccessible(currentTabDocument()));
|
||||
|
||||
enableLogging("docload");
|
||||
//enableLogging("docload");
|
||||
gQueue = new eventQueue();
|
||||
|
||||
gQueue.push(new loadURI("about:about"));
|
||||
@ -115,7 +115,7 @@
|
||||
|
||||
gQueue.onFinish = function()
|
||||
{
|
||||
disableLogging();
|
||||
//disableLogging();
|
||||
closeBrowserWindow();
|
||||
}
|
||||
gQueue.invoke();
|
||||
|
Loading…
Reference in New Issue
Block a user