From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- dom/media/webvtt/test/mochitest/mochitest.ini | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 dom/media/webvtt/test/mochitest/mochitest.ini (limited to 'dom/media/webvtt/test/mochitest/mochitest.ini') 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] -- cgit v1.2.3