diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /dom/media/webvtt/test/mochitest/mochitest.ini | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/webvtt/test/mochitest/mochitest.ini')
-rw-r--r-- | dom/media/webvtt/test/mochitest/mochitest.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/dom/media/webvtt/test/mochitest/mochitest.ini b/dom/media/webvtt/test/mochitest/mochitest.ini new file mode 100644 index 0000000000..ee905144b8 --- /dev/null +++ b/dom/media/webvtt/test/mochitest/mochitest.ini @@ -0,0 +1,50 @@ +[DEFAULT] +subsuite = media +tags = webvtt +skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1536604 +support-files = + ../../../test/gizmo.mp4 + ../../../test/seek.webm + ../../../test/vp9cake.webm + bad-signature.vtt + basic.vtt + bug883173.vtt + long.vtt + manifest.js + parser.vtt + region.vtt + sequential.vtt + vttPositionAlign.vtt + +[test_bug1018933.html] +[test_bug1242594.html] +[test_bug883173.html] +skip-if = (android_version == '25' && debug) # android(bug 1232305) +[test_bug895091.html] +skip-if = (android_version == '25' && debug) # android(bug 1232305) +[test_bug957847.html] +skip-if = (android_version == '25' && debug) # android(bug 1232305) +[test_trackelementevent.html] +[test_trackelementsrc.html] +[test_texttrack.html] +[test_texttrackcue.html] +[test_texttrackcue_moz.html] +[test_trackevent.html] +[test_texttrackevents_video.html] +[test_texttracklist.html] +[test_texttracklist_moz.html] +[test_texttrackregion.html] +[test_testtrack_cors_no_response.html] +[test_texttrack_cors_preload_none.html] +[test_texttrack_mode_change_during_loading.html] +skip-if = true + toolkit == 'android' # Bug 1636572, android(bug 1562021) +[test_texttrack_moz.html] +[test_vttparser.html] +[test_webvtt_empty_displaystate.html] +[test_webvtt_event_same_time.html] +[test_webvtt_infinite_processing_loop.html] +[test_webvtt_overlapping_time.html] +[test_webvtt_positionalign.html] +[test_webvtt_seeking.html] +[test_webvtt_update_display_after_adding_or_removing_cue.html] |