blob: f1598f3599010bd4bac8bbed69f355911d3a8cc5 (
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
|
[parsing.window.html]
[Input: "Content-Length: 42\\r\\nContent-Length: 42,42". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 30\\r\\nContent-Length: 30,30". Expected: 30.]
expected: FAIL
[Input: "Content-Length: 42,30". Expected: network error.]
expected: FAIL
[Input: "Content-Length: 30,42". Expected: network error.]
expected: FAIL
[Input: "Content-Length: 30,". Expected: network error.]
expected: FAIL
[Input: "Content-Length: ,30". Expected: network error.]
expected: FAIL
[Input: "Content-Length: aaaah, nah". Expected: network error.]
expected: FAIL
[Input: "Content-Length: 30s". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 0x20". Expected: 42.]
expected: FAIL
[Input: "Content-Length: 030, 30". Expected: network error.]
expected: FAIL
|