mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
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");
|
|
}
|