From f19d51013524c1c78e59d97e7309a4a1bf24a559 Mon Sep 17 00:00:00 2001 From: "enndeakin@sympatico.ca" Date: Wed, 29 Aug 2007 09:01:02 -0700 Subject: [PATCH] Bug 387275, groan, still not working, so disable the test again. --- toolkit/content/tests/chrome/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/toolkit/content/tests/chrome/Makefile.in b/toolkit/content/tests/chrome/Makefile.in index 9f52ec410bc8..c3902f63197d 100644 --- a/toolkit/content/tests/chrome/Makefile.in +++ b/toolkit/content/tests/chrome/Makefile.in @@ -58,12 +58,15 @@ _TEST_FILES = bug288254_window.xul \ window_popup_preventdefault_chrome.xul \ test_largemenu.xul \ window_largemenu.xul \ - test_panel_focus.xul \ - window_panel_focus.xul \ test_popup_anchor.xul \ window_popup_anchor.xul \ frame_popup_anchor.xul \ $(NULL) +ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +_TEST_FILES += test_panel_focus.xul \ + window_panel_focus.xul +endif + libs:: $(_TEST_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)