Files
tubestation/toolkit/components/aboutprocesses/tests/browser/browser.ini
Anna Yeddi f5684ea275 Bug 1753251 - Treats twisty image in about:processes as a disclosure button. r=Jamie,florian
Summary row includes a Twisty image button to expand/collapse details - it is made focusable with keyboard, programmatic role of a `button` and a descriptive label are assigned, and keyboard events are provided. Related code is refactored and focus styling is updated.

Tests fixed.

Differential Revision: https://phabricator.services.mozilla.com/D139151
2022-09-14 17:35:31 +00:00

18 lines
509 B
INI

[default]
head = head.js
skip-if =
asan || tsan # With sanitizers, we regularly hit internal timeouts.
support-files =
small-shot.mp3
[browser_aboutprocesses_default_options.js]
https_first_disabled = true
[browser_aboutprocesses_show_all_frames.js]
https_first_disabled = true
[browser_aboutprocesses_show_threads.js]
https_first_disabled = true
[browser_aboutprocesses_show_frames_without_threads.js]
https_first_disabled = true
[browser_aboutprocesses_selection.js]
[browser_aboutprocesses_twisty.js]