blob: f323ca9a34bb330d3242ff65bdad068293af7764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[Send-null.any.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Send-null.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Send-null.any.worker.html?wpt_flags=h2]
expected:
if (os == "android") and debug and not fission and not swgl: [OK, TIMEOUT]
if (os == "android") and debug and fission: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
if (os == "mac") and not debug: [OK, TIMEOUT]
[Send null data on a WebSocket - Connection should be closed]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
[Send-null.any.html?wpt_flags=h2]
expected:
if (os == "android") and not fission and not swgl: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[Send null data on a WebSocket - Connection should be closed]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
[Send-null.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Send-null.any.worker.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|