Skip to content

Commit

Permalink
Bug 1833819: Avoid interactive checks on non-interactive elements r=J…
Browse files Browse the repository at this point in the history
…amie,devtools-reviewers,nchevobbe

Differential Revision: https://phabricator.services.mozilla.com/D178577
  • Loading branch information
MReschenberg committed May 23, 2023
1 parent 617b95c commit a000ac9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ add_task(async function () {
// Component that renders an object handles keyboard interactions on the
// container level.
mustHaveAccessibleRule: false,
interactiveRule: false,
focusableRule: false,
labelRule: false,
});
EventUtils.sendMouseEvent(
{
Expand Down

0 comments on commit a000ac9

Please sign in to comment.