mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
84 lines
1.9 KiB
INI
84 lines
1.9 KiB
INI
[parsing.window.html]
|
|
[Content-Length%3A%2042%2C42]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2042%0D%0AContent-Length%3A%2042%2C42]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2030%2C30]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2030%0D%0AContent-Length%3A%2030%2C30]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20aaaah%0D%0AContent-Length%3A%20aaaah]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20aaaah%2C%20aaaah]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20aaaah]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2042s]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%2030s]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20-1]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%200x20]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20030%0D%0AContent-Length%3A%2030]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20%2230%22]
|
|
expected: FAIL
|
|
|
|
[Content-Length%3A%20]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 030, 30". Expected: network error.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 030,30". Expected: network error.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: aaaah\\r\\nContent-Length: aaaah". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: aaaah, aaaah". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: aaaah". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 42s". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 30s". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: -1". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 0x20". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 030\\r\\nContent-Length: 30". Expected: network error.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: \\"30\\"". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: ". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 42\\r\\nContent-Length: 42". Expected: 42.]
|
|
expected: FAIL
|
|
|
|
[Input: "Content-Length: 30". Expected: 30.]
|
|
expected: FAIL
|