mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
27 lines
602 B
INI
27 lines
602 B
INI
[urlencoded-parser.any.html]
|
|
[request.formData() with input: a&b&c]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: a&b&c]
|
|
expected: FAIL
|
|
|
|
[response.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: _charset_=windows-1252&test=%C2x]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: &&&a=b&&&&c=d&]
|
|
expected: FAIL
|
|
|
|
[response.formData() with input: a=b&c=d]
|
|
expected: FAIL
|
|
|
|
[request.formData() with input: a=b&c=d&]
|
|
expected: FAIL
|
|
|