Closed
Bug 1876315
Opened 1 year ago
Closed 1 year ago
Add ROLE_BUTTONMENU constant to mochitests
Categories
(Core :: Disability Access APIs, task, P3)
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Ensure controls with ROLE_BUTTONMENU
like data:text/html,<button aria-haspopup="true">hi</button>
can be tested with mochitests, i.e. in accessible/tests/browser/tree/browser_searchbar.js
Assignee | ||
Updated•1 year ago
|
Summary: Add ROLE_BUTTONMENU to mochitests → Add ROLE_BUTTONMENU constant to mochitests
Assignee | ||
Comment 1•1 year ago
|
||
This would allow browser test like accessible/tests/browser/tree/browser_searchbar.js
to test accessible roles in the Accessibility tree for buttons with aria-haspopup
attributes.
Depends on D199394
Updated•1 year ago
|
Assignee: nobody → ayeddi
Attachment #9376230 -
Attachment description: WIP: Bug 1876315 - Adding a ROLE_BUTTONMENU constant to mochitest/role.js → Bug 1876315 - Adding a ROLE_BUTTONMENU constant to mochitest/role.js. r=morgan
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9376230 -
Attachment description: Bug 1876315 - Adding a ROLE_BUTTONMENU constant to mochitest/role.js. r=morgan → Bug 1876315 - Adding a ROLE_BUTTONMENU constant to mochitest/role.js. r=morgan!
Pushed by ayeddi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f3abf846e15
Adding a ROLE_BUTTONMENU constant to mochitest/role.js. r=morgan
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•