16 lines
500 B
TOML
16 lines
500 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"../get_user_media.html",
|
|
"../get_user_media_in_frame.html",
|
|
"../get_user_media_in_xorigin_frame.html",
|
|
"../get_user_media_in_xorigin_frame_ancestor.html",
|
|
"../head.js",
|
|
]
|
|
prefs = [
|
|
"privacy.webrtc.allowSilencingNotifications=true",
|
|
"privacy.webrtc.legacyGlobalIndicator=false",
|
|
"privacy.webrtc.sharedTabWarning=false",
|
|
]
|
|
|
|
["../browser_devices_get_user_media_grace.js"]
|
|
skip-if = ["os == 'mac' && os_version == '15.30' && arch == 'aarch64'"] # Bug 1961543
|