blob: 8bdf83859e639c8e7c53af4cac0c7cbdc5b8ee16 (
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
|
[DEFAULT]
subsuite = media-bc
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
tags = autoplay
support-files =
../../../test/gizmo.mp4
audio.ogg
file_empty.html
file_mediaplayback_frame.html
file_nonAutoplayAudio.html
file_video.html
head.js
[browser_autoplay_policy_detection_global_sticky.js]
[browser_autoplay_policy_detection_global_and_site_sticky.js]
[browser_autoplay_policy_detection_click_to_play.js]
[browser_autoplay_policy_play_twice.js]
[browser_autoplay_policy_user_gestures.js]
https_first_disabled = true
[browser_autoplay_policy_request_permission.js]
https_first_disabled = true
[browser_autoplay_policy_touchScroll.js]
https_first_disabled = true
[browser_autoplay_policy_web_audio.js]
[browser_autoplay_policy_web_audio_with_gum.js]
[browser_autoplay_policy_webRTC_permission.js]
[browser_autoplay_videoDocument.js]
|