mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 668716 - Disable test_bug632379.xul on Mac for now, for too many unexpected passes
This commit is contained in:
parent
e60c2723f3
commit
3065f27819
@ -180,10 +180,11 @@ function snapshot(elem)
|
||||
synthesizeKey("VK_LEFT", {});
|
||||
synthesizeKey("9", {});
|
||||
} else {
|
||||
// Bug 668716: This test fails on Mac since it was ported to chrome
|
||||
(navigator.platform.indexOf("Mac") == -1 ? is : todo_is)(
|
||||
pos[1], pos[0], "Popup should open in the same place when the menu is scrolled"
|
||||
);
|
||||
if (navigator.platform.indexOf("Mac") == -1) {
|
||||
is(pos[1], pos[0], "Popup should open in the same place when the menu is scrolled");
|
||||
} else {
|
||||
todo(false, "This test fails on Mac since it was ported to chrome: Bug 668716.");
|
||||
}
|
||||
SimpleTest.finish();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user