summaryrefslogtreecommitdiffstats
path: root/dom/media/webvtt/test/mochitest/mochitest.toml
blob: 6ec60424073e7ada88723a689afa244496330440 (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
[DEFAULT]
subsuite = "media"
tags = "webvtt"
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_bug883173.html"]
skip-if = [
  "android_version == '25' && debug", # android(bug 1232305)
  "os == 'linux' && (asan || tsan || debug)", # Bug 1829511
]

["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_bug1018933.html"]

["test_bug1242594.html"]

["test_testtrack_cors_no_response.html"]

["test_texttrack.html"]

["test_texttrack_cors_preload_none.html"]

["test_texttrack_mode_change_during_loading.html"]
skip-if = [
  "true",
  "os == 'android'", # Bug 1636572, android(bug 1562021)
]

["test_texttrack_moz.html"]

["test_texttrackcue.html"]

["test_texttrackcue_moz.html"]

["test_texttrackevents_video.html"]

["test_texttracklist.html"]

["test_texttracklist_moz.html"]

["test_texttrackregion.html"]

["test_trackelementevent.html"]

["test_trackelementsrc.html"]

["test_trackevent.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"]