From 918e705c984d42b5abc02264a4c3acd3273630c1 Mon Sep 17 00:00:00 2001 From: Marco Zehe Date: Wed, 2 May 2012 06:56:40 +0200 Subject: [PATCH] Proper fix for disabling tests for bug 746970, copy and paste error, a=test-only --- accessible/tests/mochitest/events/test_focus_general.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accessible/tests/mochitest/events/test_focus_general.xul b/accessible/tests/mochitest/events/test_focus_general.xul index d069ef688fcd..b5c18e8c5954 100644 --- a/accessible/tests/mochitest/events/test_focus_general.xul +++ b/accessible/tests/mochitest/events/test_focus_general.xul @@ -73,7 +73,7 @@ // show popup again for the next test gQueue.push(new synthClick("popupbutton", new nofocusChecker())); -if (MAC) { +if (!MAC) { // click menubutton of the 'menubutton' button while popup of button open. gQueue.push(new synthClick("mbb", new focusChecker("mbb"), { where: "right" })); // close popup, focus stays on menubutton, fire focus event