Bug 1943761 - Add class alignment to the mozsearch analysis file. r=asuth
[gecko.git] / dom / media / webvtt / test / mochitest / mochitest.toml
blobb6442a2719a1a0c3df20e206831bd51e4b37fe31
1 [DEFAULT]
2 subsuite = "media"
3 tags = "webvtt"
4 support-files = [
5   "../../../test/gizmo.mp4",
6   "../../../test/seek.webm",
7   "../../../test/vp9cake.webm",
8   "bad-signature.vtt",
9   "basic.vtt",
10   "bug883173.vtt",
11   "long.vtt",
12   "manifest.js",
13   "parser.vtt",
14   "region.vtt",
15   "sequential.vtt",
16   "vttPositionAlign.vtt",
19 ["test_bug883173.html"]
20 skip-if = [
21   "os == 'linux' && os_version == '18.04' && asan", # Bug 1829511
22   "os == 'linux' && os_version == '18.04' && tsan", # Bug 1829511
23   "os == 'linux' && os_version == '18.04' && debug", # Bug 1829511
26 ["test_bug895091.html"]
28 ["test_bug957847.html"]
30 ["test_bug1018933.html"]
32 ["test_bug1242594.html"]
34 ["test_testtrack_cors_no_response.html"]
36 ["test_texttrack.html"]
38 ["test_texttrack_cors_preload_none.html"]
40 ["test_texttrack_mode_change_during_loading.html"]
41 skip-if = ["true"]
43 ["test_texttrack_moz.html"]
45 ["test_texttrackcue.html"]
47 ["test_texttrackcue_moz.html"]
49 ["test_texttrackevents_video.html"]
51 ["test_texttracklist.html"]
53 ["test_texttracklist_moz.html"]
55 ["test_texttrackregion.html"]
57 ["test_trackelementevent.html"]
59 ["test_trackelementsrc.html"]
61 ["test_trackevent.html"]
63 ["test_vttparser.html"]
65 ["test_webvtt_empty_displaystate.html"]
67 ["test_webvtt_event_same_time.html"]
69 ["test_webvtt_infinite_processing_loop.html"]
71 ["test_webvtt_overlapping_time.html"]
73 ["test_webvtt_positionalign.html"]
75 ["test_webvtt_resistfingerprinting.html"]
76 support-files = [
77   "basicvtt-server.sjs",
79 run-sequentially = "An extension having the same id is installed/uninstalled in different tests"
81 ["test_webvtt_seeking.html"]
83 ["test_webvtt_update_display_after_adding_or_removing_cue.html"]