From 10faddb3fc23e2254a6b9dee91c10398476e1589 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Tue, 19 Oct 2010 12:48:32 -0400 Subject: [PATCH] Bug 605371 - Disable browser-chrome tests broken by compartments [r=vingtetun] --- mobile/chrome/tests/browser_forms.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/chrome/tests/browser_forms.js b/mobile/chrome/tests/browser_forms.js index 9e9e7bc2d875..ba1775c0a96a 100644 --- a/mobile/chrome/tests/browser_forms.js +++ b/mobile/chrome/tests/browser_forms.js @@ -26,10 +26,11 @@ function testMouseEvents() { // Sending a synthesized event directly on content should not work - we // don't want web content to be able to open the form helper without the // user consent, so we have to pass throught the canvas tile-container +/* AsyncTests.waitFor("Test:Click", {}, function(json) { is(json.result, false, "Form Assistant should stay closed"); }); - +*/ AsyncTests.waitFor("Test:Open", { value: "*[tabindex='0']" }, function(json) { ok(FormHelperUI._open, "Form Assistant should be open"); testShowUIForElements();