blob: eb11ca786f1c81594fa3f1af6bcfaae7cff9efe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[streams-echo.https.any.html]
disabled:
if product != "chrome": true
[streams-echo.https.any.window.html]
disabled:
if product != "chrome": true
[streams-echo.https.any.worker.html]
disabled:
if product != "chrome": true
[streams-echo.https.any.sharedworker.html]
disabled:
if product != "chrome": true
[streams-echo.https.any.serviceworker.html]
disabled:
if product != "chrome": true
|