blob: ae177124a609781aeca32476797e82998a5f9fd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Send-data.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Send-data.worker.html?wpt_flags=h2]
expected:
if (os == "android") and debug and not fission and not swgl: [OK, ERROR]
if (os == "android") and debug and fission: [OK, ERROR, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Send data on a WebSocket in a Worker]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
[Send-data.worker.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|