Bug 626647 - enable logs on a11y actions/test_link.html, r=davidb, a=test

This commit is contained in:
Alexander Surkov 2011-01-19 16:02:59 +08:00
parent 5a9cabcb70
commit f931e9cf23
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -48,7 +48,7 @@
}
//gA11yEventDumpID = "eventdump"; // debug stuff
//gA11yEventDumpToConsole = true;
gA11yEventDumpToConsole = true;
function doTest()
{