From bb69736d0080db3834b36c315a183866685d4fe9 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 2 Sep 2009 13:38:49 -0400 Subject: [PATCH] Disabling test that makes bogus assumptions about DOM behavior --- dom/tests/mochitest/chrome/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dom/tests/mochitest/chrome/Makefile.in b/dom/tests/mochitest/chrome/Makefile.in index 8490bb82a16e..30140cf3d4b1 100644 --- a/dom/tests/mochitest/chrome/Makefile.in +++ b/dom/tests/mochitest/chrome/Makefile.in @@ -52,13 +52,16 @@ _TEST_FILES = \ test_domstorage.xul \ domstorage_global.xul \ domstorage_global.js \ - test_focus.xul \ - window_focus.xul \ focus_window2.xul \ focus_frameset.html \ child_focus_frame.html \ test_focus_switchbinding.xul \ $(NULL) +# disabled for now because it does bogus things with getElementById +# See bug 514230 +# test_focus.xul \ +# window_focus.xul \ + libs:: $(_TEST_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)