diff options
Diffstat (limited to 'tests/wpt/metadata/url/urlencoded-parser.any.js.ini')
-rw-r--r-- | tests/wpt/metadata/url/urlencoded-parser.any.js.ini | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/tests/wpt/metadata/url/urlencoded-parser.any.js.ini b/tests/wpt/metadata/url/urlencoded-parser.any.js.ini index fbd5fc1ad8e..c470b443550 100644 --- a/tests/wpt/metadata/url/urlencoded-parser.any.js.ini +++ b/tests/wpt/metadata/url/urlencoded-parser.any.js.ini @@ -5,35 +5,38 @@ [request.formData() with input: a&b&c] expected: FAIL - [response.formData() with input: &&&a=b&&&&c=d&] + [request.formData() with input: &&&a=b&&&&c=d&] expected: FAIL - [request.formData() with input: a=b&c=d&] + [response.formData() with input: a=b&c=d&] expected: FAIL - [request.formData() with input: _charset_=windows-1252&test=%C2x] + [response.formData() with input: &&&a=b&&&&c=d&] expected: FAIL - [response.formData() with input: a=b&c=d&] + [response.formData() with input: a=b&c=d] + expected: FAIL + + [request.formData() with input: a=b&c=d&] expected: FAIL [urlencoded-parser.any.worker.html] - [request.formData() with input: a&b&c] + [response.formData() with input: a&b&c] expected: FAIL - [request.formData() with input: _charset_=windows-1252&test=%C2x] + [request.formData() with input: a&b&c] expected: FAIL - [response.formData() with input: a=b&c=d&] + [request.formData() with input: _charset_=windows-1252&test=%C2x] expected: FAIL - [response.formData() with input: _charset_=windows-1252&test=%C2x] + [request.formData() with input: a=b&c=d&] expected: FAIL - [request.formData() with input: a=b&c=d] + [response.formData() with input: a=b&c=d&] expected: FAIL - [response.formData() with input: &&&a=b&&&&c=d&] + [response.formData() with input: _charset_=windows-1252&test=%C2x] expected: FAIL |