blob: 1741a9e25f1eadb862bd4b8b1dde2c578c1a954b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[DEFAULT]
prefs = [
"dom.webmidi.enabled=true",
"midi.testing=true",
"midi.prompt.testing=true",
"media.navigator.permission.disabled=true",
"dom.sitepermsaddon-provider.enabled=true",
]
["browser_midi_permission_gated.js"]
support-files = ["blank.html"]
skip-if = ["a11y_checks"] # Bug 1858041 clicked popup-notification-primary-button may not be focusable, intermittent results (passes on Try, fails on Autoland)
["browser_refresh_port_list.js"]
run-if = ["os != 'android'"]
support-files = ["refresh_port_list.html"]
["browser_stable_midi_port_ids.js"]
run-if = ["os != 'android'"]
support-files = [
"port_ids_page_1.html",
"port_ids_page_2.html",
]
|