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

5 строки
165 B
JavaScript

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