Update web-platform-tests to revision b0d2d2da21dfd03e86c5d710c926ae7df3b9f0d0

This commit is contained in:
WPT Sync Bot 2018-10-07 21:25:52 -04:00
parent d048aa9c51
commit 1c9e136e8e
16 changed files with 402 additions and 91 deletions

View file

@ -2,9 +2,6 @@
[response.formData() with input: a&b&c]
expected: FAIL
[request.formData() with input: a&b&c]
expected: FAIL
[response.formData() with input: _charset_=windows-1252&test=%C2x]
expected: FAIL
@ -14,13 +11,10 @@
[request.formData() with input: _charset_=windows-1252&test=%C2x]
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]
expected: FAIL
[request.formData() with input: a=b&c=d&]
[response.formData() with input: a=b&c=d]
expected: FAIL
@ -28,15 +22,15 @@
[request.formData() with input: a&b&c]
expected: FAIL
[response.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
[response.formData() with input: a&b&c]
expected: FAIL
[request.formData() with input: &&&a=b&&&&c=d&]
expected: FAIL