blob: a7dd49c68635d9439fa027c67298178d9d2dc23b (
plain) (
blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
[websocket-error.any.worker.html]
[WebSocketError defaults should be correct]
expected: FAIL
[WebSocketError should be initialised from arguments]
expected: FAIL
[new WebSocketError with invalid code 999 should throw]
expected: FAIL
[new WebSocketError with invalid code 1001 should throw]
expected: FAIL
[new WebSocketError with invalid code 2999 should throw]
expected: FAIL
[new WebSocketError with invalid code 5000 should throw]
expected: FAIL
[passing only close code to WebSocketError should work]
expected: FAIL
[passing a non-empty reason should cause the close code to be set to 1000]
expected: FAIL
[overlong reason should throw]
expected: FAIL
[reason should be rejected based on utf-8 bytes, not character count]
expected: FAIL
[websocket-error.any.sharedworker.html]
expected: ERROR
[websocket-error.any.html]
[WebSocketError defaults should be correct]
expected: FAIL
[WebSocketError should be initialised from arguments]
expected: FAIL
[new WebSocketError with invalid code 999 should throw]
expected: FAIL
[new WebSocketError with invalid code 1001 should throw]
expected: FAIL
[new WebSocketError with invalid code 2999 should throw]
expected: FAIL
[new WebSocketError with invalid code 5000 should throw]
expected: FAIL
[passing only close code to WebSocketError should work]
expected: FAIL
[passing a non-empty reason should cause the close code to be set to 1000]
expected: FAIL
[overlong reason should throw]
expected: FAIL
[reason should be rejected based on utf-8 bytes, not character count]
expected: FAIL
[websocket-error.any.serviceworker.html]
expected: ERROR
|