Bug 883953 - Fix test bustage. r=me

This commit is contained in:
Marina Samuel 2013-08-15 15:57:24 -04:00
parent ba0a01aed3
commit 1a1eeba244

View File

@ -342,7 +342,7 @@ gTests.push({
let notification = notificationBox.getNotificationWithValue("popup-blocked");
let notificationHeight = notification.boxObject.height;
checkContextMenuPositionRange(ContextMenuUI._panel, 0, 15, 160, 175);
checkContextMenuPositionRange(ContextMenuUI._panel, 0, 15, 175, 190);
promise = waitForEvent(document, "popuphidden");
ContextMenuUI.hide();