blob: 927178c3a972b6f22ac4e4c88f83e7ae59ba0f3f (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
[DEFAULT]
prefs =
plugin.load_flash_only=false
media.cubeb.sandbox=false # BMO 1610640
support-files =
audio.ogg
empty.png
file_contentTitle.html
file_empty.html
file_findinframe.html
file_mediaPlayback2.html
file_multipleAudio.html
file_multiplePlayingAudio.html
file_nonAutoplayAudio.html
file_redirect.html
file_redirect_to.html
file_silentAudioTrack.html
file_webAudio.html
head.js
image.jpg
image_page.html
silentAudioTrack.webm
[browser_autoscroll_disabled.js]
skip-if = true # Bug 1312652
[browser_delay_autoplay_media.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_delay_autoplay_media_pausedAfterPlay.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_delay_autoplay_playAfterTabVisible.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_delay_autoplay_multipleMedia.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_delay_autoplay_notInTreeAudio.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_delay_autoplay_playMediaInMuteTab.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_delay_autoplay_silentAudioTrack_media.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") || (os == "mac") || (os == "linux" && !debug) # aarch64 due to 1536573 #Bug 1524746
[browser_delay_autoplay_webAudio.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_bug1572798.js]
tags = audiochannel
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
support-files = file_document_open_audio.html
[browser_bug1170531.js]
skip-if =
os == "linux" && !debug && !ccov # Bug 1647973
[browser_bug1198465.js]
[browser_bug295977_autoscroll_overflow.js]
skip-if = ((debug || asan) && os == "win" && bits == 64)
[browser_bug451286.js]
skip-if = true # bug 1399845 tracks re-enabling this test.
[browser_bug594509.js]
[browser_bug982298.js]
[browser_charsetMenu_swapBrowsers.js]
[browser_content_url_annotation.js]
skip-if = !e10s || !crashreporter
[browser_contentTitle.js]
[browser_crash_previous_frameloader.js]
run-if = e10s && crashreporter
[browser_datetime_datepicker.js]
skip-if = tsan # Frequently times out on TSan
[browser_default_image_filename.js]
[browser_default_image_filename_redirect.js]
support-files =
doggy.png
firebird.png
firebird.png^headers^
[browser_f7_caret_browsing.js]
[browser_findbar.js]
skip-if = os == "linux" && bits == 64 && os_version = "18.04" # Bug 1614739
[browser_findbar_disabled_manual.js]
[browser_isSynthetic.js]
[browser_keyevents_during_autoscrolling.js]
[browser_label_textlink.js]
[browser_remoteness_change_listeners.js]
[browser_suspend_videos_outside_viewport.js]
support-files =
file_outside_viewport_videos.html
gizmo.mp4
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_license_links.js]
[browser_media_wakelock.js]
support-files =
browser_mediaStreamPlayback.html
browser_mediaStreamPlaybackWithoutAudio.html
file_video.html
file_videoWithAudioOnly.html
file_videoWithoutAudioTrack.html
gizmo.mp4
gizmo-noaudio.webm
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536573
[browser_media_wakelock_PIP.js]
support-files =
file_video.html
gizmo.mp4
[browser_media_wakelock_webaudio.js]
[browser_quickfind_editable.js]
skip-if = (verify && debug && (os == 'linux'))
[browser_save_resend_postdata.js]
support-files =
common/mockTransfer.js
data/post_form_inner.sjs
data/post_form_outer.sjs
skip-if = e10s # Bug ?????? - test directly manipulates content (gBrowser.contentDocument.getElementById("postForm").submit();)
[browser_saveImageURL.js]
[browser_resume_bkg_video_on_tab_hover.js]
skip-if = (os == "win" && processor == "aarch64") || debug # aarch64 due to 1536573, Bug 1388959
|