blob: 621605221dbbd4ddf152028a1501912a19fcc365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[DEFAULT]
head = "head.js"
support-files = ""
["test_basic.js"]
["test_console_shouldLog.js"]
["test_failing_console_listener.js"]
["test_formatting.js"]
["test_reportForServiceWorkerScope.js"]
["test_worker.js"]
skip-if = ["os == 'android'"] # Uses ChromeWorker.
support-files = [
"worker.mjs",
]
|