gecko/browser/base/content/test/browser_bug616836.js

5 lines
165 B
JavaScript
Raw Normal View History

function test() {
is(document.querySelectorAll("#appmenu-popup [accesskey]").length, 0,
"there should be no items with access keys in the app menu popup");
}