Bug 605371 - Disable browser-chrome tests broken by compartments [r=vingtetun]

This commit is contained in:
Mark Finkle 2010-10-19 12:48:32 -04:00
parent 7a682a7e5e
commit 10faddb3fc

View File

@ -26,10 +26,11 @@ function testMouseEvents() {
// Sending a synthesized event directly on content should not work - we // 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 // 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 // user consent, so we have to pass throught the canvas tile-container
/*
AsyncTests.waitFor("Test:Click", {}, function(json) { AsyncTests.waitFor("Test:Click", {}, function(json) {
is(json.result, false, "Form Assistant should stay closed"); is(json.result, false, "Form Assistant should stay closed");
}); });
*/
AsyncTests.waitFor("Test:Open", { value: "*[tabindex='0']" }, function(json) { AsyncTests.waitFor("Test:Open", { value: "*[tabindex='0']" }, function(json) {
ok(FormHelperUI._open, "Form Assistant should be open"); ok(FormHelperUI._open, "Form Assistant should be open");
testShowUIForElements(); testShowUIForElements();