forked from mirrors/gecko-dev
4 lines
165 B
JavaScript
4 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");
|
|
}
|