blob: 1a6bcce79a5dd8efd94a20e99d7b27f47f9050d4 (
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
|
[constructor.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[constructor.any.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[constructor.any.worker.html?wpt_flags=h2]
expected:
if (os == "android") and not fission: [OK, ERROR, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT, ERROR]
[constructor.any.worker.html?wss]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[constructor.any.html?wpt_flags=h2]
expected:
if (os == "android") and not fission: [OK, ERROR, TIMEOUT]
if (os == "android") and fission: [TIMEOUT, OK, ERROR]
[Calling the WebSocket constructor with too many arguments should not throw.]
expected:
if os == "android": [PASS, FAIL]
[constructor.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|