Add an exception from a11y_checks for a click on a disabled panel-item control in Add-On tests
Categories
(Toolkit :: Add-ons Manager, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
The toolkit/mozapps/extensions/test/browser/browser_html_list_view.js
sends [a click on the disabled <panel-item>
element](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_html_list_view.js#742 ] to confirm the click event won't come through.
This click is not meant to be interactive and its target is not expected to be accessible, thus we add an exception from the a11y_checks for this tests via setEnv
and update the fail-if
notation from its test manifest.
Assignee | ||
Comment 1•1 year ago
|
||
The toolkit/mozapps/extensions/test/browser/browser_html_list_view.js
sends [a click on the disabled <panel-item>
element](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_html_list_view.js#742 ] to confirm the click event won't come through.
This click is not meant to be interactive and its target is not expected to be accessible, thus we add an exception from the a11y_checks for this tests via setEnv
and update the fail-if
notation from its test manifest.
Depends on D197818
Updated•1 year ago
|
Comment 3•1 year ago
|
||
bugherder |
Description
•