mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 626647 - enable logs on a11y actions/test_link.html, r=davidb, a=test
This commit is contained in:
parent
5a9cabcb70
commit
f931e9cf23
@ -120,6 +120,12 @@ function actionInvoker(aAccOrElmOrId, aActionIndex, aActionName, aEventSeq)
|
||||
}
|
||||
|
||||
this.eventSeq = aEventSeq;
|
||||
|
||||
this.getID = function actionInvoker_getID()
|
||||
{
|
||||
return "invoke an action " + aActionName + " at index " + aActionIndex +
|
||||
" on " + prettyName(aAccOrElmOrId);
|
||||
}
|
||||
}
|
||||
|
||||
function checkerOfActionInvoker(aType, aTarget, aActionObj)
|
||||
|
@ -48,7 +48,7 @@
|
||||
}
|
||||
|
||||
//gA11yEventDumpID = "eventdump"; // debug stuff
|
||||
//gA11yEventDumpToConsole = true;
|
||||
gA11yEventDumpToConsole = true;
|
||||
|
||||
function doTest()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user