summaryrefslogtreecommitdiffstats
path: root/dom/worklet/tests/mochitest.toml
blob: 251535547650a5a416353b7723a042610fb160e2 (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
[DEFAULT]
scheme = "https"
support-files = ["common.js"]

["test_audioWorklet.html"]
support-files = ["worklet_audioWorklet.js"]

["test_audioWorkletGlobalScopeRegisterProcessor.html"]
support-files = ["worklet_test_audioWorkletGlobalScopeRegisterProcessor.js"]

["test_audioWorklet_WASM.html"]
skip-if = ["release_or_beta"] # requires dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled
support-files = ["worklet_audioWorklet_WASM.js"]

["test_audioWorklet_WASM_Features.html"]
support-files = ["worklet_audioWorklet_WASM_features.js"]

["test_audioWorklet_insecureContext.html"]
scheme = "http"
skip-if = [
  "http3",
  "http2",
]

["test_audioWorklet_options.html"]
skip-if = ["release_or_beta"] # requires dom.postMessage.sharedArrayBuffer.bypassCOOP_COEP.insecure.enabled
support-files = ["worklet_audioWorklet_options.js"]

["test_basic.html"]

["test_console.html"]
support-files = ["worklet_console.js"]

["test_dump.html"]
support-files = ["worklet_dump.js"]

["test_dynamic_import.html"]
support-files = ["dynamic_import.js"]

["test_exception.html"]
support-files = [
  "worklet_exception.js",
  "invalid_specifier.mjs",
]

["test_fetch_failed.html"]
support-files = ["specifier_with_user.mjs"]

["test_import_with_cache.html"]
skip-if = ["verify"]
support-files = ["server_import_with_cache.sjs"]

["test_paintWorklet.html"]
skip-if = ["release_or_beta"]
support-files = ["worklet_paintWorklet.js"]

["test_promise.html"]
support-files = ["worklet_promise.js"]