mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 708927 - Intermittent events/test_focus_menu.xul, r=tbsaunde
This commit is contained in:
parent
ea23f44eff
commit
3924169416
@ -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(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user