зеркало из https://github.com/mozilla/gecko-dev.git
Bug 708927 - Intermittent events/test_focus_menu.xul, r=tbsaunde
This commit is contained in:
Родитель
052fbed287
Коммит
92dfc2a0af
|
@ -57,14 +57,7 @@
|
|||
// [ new focusChecker("vehicle"),
|
||||
// new focusChecker("cycle")]));
|
||||
gQueue.push(new synthClick("vehicle", new focusChecker("vehicle")));
|
||||
gQueue.push(new synthMouseMove("cycle", new focusChecker("cycle")));
|
||||
|
||||
// XXXbug708927 - test times out on Linux, see more info at
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=708927#c360. If needed
|
||||
// then enable logging below.
|
||||
if (LINUX) {
|
||||
todo(false, "Reenable on Linux after fixing bug 708927!");
|
||||
} else {
|
||||
gQueue.push(new synthDownKey("cycle", new focusChecker("cycle")));
|
||||
|
||||
// open submenu
|
||||
gQueue.push(new synthRightKey("cycle", new focusChecker("tricycle")));
|
||||
|
@ -77,8 +70,6 @@
|
|||
// click menuitem to close menu, focus gets back to document
|
||||
gQueue.push(new synthClick("tricycle", new focusChecker(document)));
|
||||
|
||||
}
|
||||
|
||||
//enableLogging("focus,DOMEvents,tree"); // logging for bug708927
|
||||
//gQueue.onFinish = function() { disableLogging(); }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче