blob: 0f9503fe8156084405a6301261d936f9848d6299 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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 == "win" && os_version == "6.1" # Skip on Azure - frequent failure
|