gecko/browser/base/content/test/browser_bug616836.js
Dão Gottwald 98b69cbed2 test for bug 616836
--HG--
extra : rebase_source : 0153e862841b73dba5c5061ab90542f34a80d7fb
2010-12-08 11:16:09 +01:00

5 lines
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");
}