blob: ccfef5f011a8149b3493416c6852eaad7b864b1f (
plain)
1
2
3
4
5
6
7
|
[service-worker.https.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[BroadcastChannel works in service workers]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
|