Bug 691580 - more logging for events/test_focus_contextmenu.xul

This commit is contained in:
Alexander Surkov 2012-09-27 12:47:55 +09:00
Родитель 1e523fdadc
Коммит 449b242868
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,9 @@
gQueue.push(new synthEscapeKey("item2.1", new focusChecker("item2")));
gQueue.push(new synthEscapeKey("item2", new focusChecker("button")));
enableLogging("focus");
gQueue.onFinish = function() { disableLogging(); }
gQueue.invoke(); // Will call SimpleTest.finish();
}