mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 883953 - Fix test bustage. r=me
This commit is contained in:
parent
ba0a01aed3
commit
1a1eeba244
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user