blob: 07bec9de5e0b290f95b2881274584f0ff5d5eec1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[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"]
fail-if = ["a11y_checks"] # Bug 1854228 td.action-icon, td.close-icon may not be focusable
https_first_disabled = true
["browser_aboutprocesses_selection.js"]
fail-if = ["a11y_checks"] # Bug 1854228 tr.process, tr.window, tr.thread, tr.thread-summary may not be focusable
["browser_aboutprocesses_shortcut.js"]
["browser_aboutprocesses_show_all_frames.js"]
fail-if = ["a11y_checks"] # Bug 1854228 td.action-icon, td.close-icon may not be focusable
https_first_disabled = true
["browser_aboutprocesses_show_frames_without_threads.js"]
fail-if = ["a11y_checks"] # Bug 1854228 td.action-icon, td.close-icon may not be focusable
https_first_disabled = true
["browser_aboutprocesses_show_threads.js"]
fail-if = ["a11y_checks"] # Bug 1854228 td.action-icon, td.close-icon may not be focusable
https_first_disabled = true
["browser_aboutprocesses_twisty.js"]
["browser_aboutprocesses_utility_actors.js"]
|