blob: ff4cbd5ce88ebf7f831f79a74336adc316241924 (
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
|
[beacon-basic.https.window.html]
[Too large payload should be rejected: type = string]
expected: FAIL
[Too large payload should be rejected: type = arraybuffer]
expected: FAIL
[Too large payload should be rejected: type = form]
expected: FAIL
[Too large payload should be rejected: type = blob]
expected: FAIL
[Payload size restriction should be accumulated: type = string]
expected: FAIL
[Payload size restriction should be accumulated: type = arraybuffer]
expected: FAIL
[Payload size restriction should be accumulated: type = blob]
expected: FAIL
[sendBeacon() with a stream does not work due to the keepalive flag being set]
expected: FAIL
|