83 lines
1.6 KiB
TOML
83 lines
1.6 KiB
TOML
[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 = [
|
|
"os == 'linux' && os_version == '18.04' && asan", # Bug 1829511
|
|
"os == 'linux' && os_version == '18.04' && tsan", # Bug 1829511
|
|
"os == 'linux' && os_version == '18.04' && debug", # Bug 1829511
|
|
]
|
|
|
|
["test_bug895091.html"]
|
|
|
|
["test_bug957847.html"]
|
|
|
|
["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"]
|
|
|
|
["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_resistfingerprinting.html"]
|
|
support-files = [
|
|
"basicvtt-server.sjs",
|
|
]
|
|
run-sequentially = "An extension having the same id is installed/uninstalled in different tests"
|
|
|
|
["test_webvtt_seeking.html"]
|
|
|
|
["test_webvtt_update_display_after_adding_or_removing_cue.html"]
|