mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
39 lines
936 B
INI
39 lines
936 B
INI
[urlencoded-parser.any.html]
|
|
[request.formData() with input: a&b&c]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: &&&a=b&&&&c=d&]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: a&b&c]
|
|
expected: FAIL
|
|
|
|
[request.formData() with input: _charset_=windows-1252&test=%C2x]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: _charset_=windows-1252&test=%C2x]
|
|
expected: FAIL
|
|
|
|
[request.formData() with input: a=b&c=d&]
|
|
expected: FAIL
|
|
|
|
|
|
[urlencoded-parser.any.worker.html]
|
|
[response.formData() with input: a&b&c]
|
|
expected: FAIL
|
|
|
|
[request.formData() with input: a&b&c]
|
|
expected: FAIL
|
|
|
|
[request.formData() with input: _charset_=windows-1252&test=%C2x]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: _charset_=windows-1252&test=%C2x]
|
|
expected: FAIL
|
|
|
|
[request.formData() with input: &&&a=b&&&&c=d&]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: a=b&c=d&]
|
|
expected: FAIL
|
|
|