mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 691580 - disable the bits of test_focus_contextmenu.xul that constantly fail on Windows
This commit is contained in:
parent
53f692e76c
commit
c683544e29
@ -47,9 +47,12 @@
|
||||
gQueue.push(new synthDownKey("contextmenu", new focusChecker("item1")));
|
||||
gQueue.push(new synthDownKey("item1", new focusChecker("item2")));
|
||||
gQueue.push(new synthRightKey("item2", new focusChecker("item2.1")));
|
||||
gQueue.push(new synthEscapeKey("item2.1", new focusChecker("item2")));
|
||||
gQueue.push(new synthEscapeKey("item2", new focusChecker("button")));
|
||||
|
||||
if (WIN) {
|
||||
todo(false, "item2.1 and item2 fail too frequently on Windows, bug 691580");
|
||||
} else {
|
||||
gQueue.push(new synthEscapeKey("item2.1", new focusChecker("item2")));
|
||||
gQueue.push(new synthEscapeKey("item2", new focusChecker("button")));
|
||||
}
|
||||
gQueue.invoke(); // Will call SimpleTest.finish();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user