blob: 8c3ec4b4df138fff65674f5b7837d92b89e44bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[stream-safe-creation.any.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[stream-safe-creation.any.worker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[stream-safe-creation.any.serviceworker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[stream-safe-creation.any.sharedworker.html]
disabled:
if (os == "mac") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1564531
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|