Bug 1557979 - Follow-up: Fix 'page menu' and re-enable check. rs=bustage-fix

This commit is contained in:
Jorg K 2019-06-09 22:47:52 +02:00
Родитель 9b9319f034
Коммит 761d4c7547
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -83,6 +83,7 @@ nsContextMenu.prototype = {
if (!aIsShift) {
let menuObject = PageMenuParent.maybeBuild(this.target);
PageMenuParent.addToPopup(menuObject, null, aPopup);
this.hasPageMenu = true;
let subject = {
menu: aPopup,

Просмотреть файл

@ -110,7 +110,7 @@ function test_content_tab_context_menu() {
w);
wait_for_popup_to_open(mailContext);
assert_equals(mailContext.firstChild.label, "Click me!");
// See bug 1557979: assert_element_visible("page-menu-separator");
assert_element_visible("page-menu-separator");
close_popup(mc, new elementslib.Elem(mailContext));
// Make sure the page's menu items are *not* added on shift-right-click.