mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 605371 - Disable browser-chrome tests broken by compartments [r=vingtetun]
This commit is contained in:
parent
7a682a7e5e
commit
10faddb3fc
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user