Re: [url-tests] application/x-www-form-urlencoded parser tests (#4517)

# Firefox #
Testing revision 04226926419c6479c1ffd97f57d9e957b99e95fb
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4517/url/urlencoded-parser.html">/url/urlencoded-parser.html</a></summary>


|                           Subtest                           | Results |
|-------------------------------------------------------------|---------|
|                                                             | OK      |
| `URLSearchParams constructed with: test=`                 | FAIL    |
| `request.formData() with input: †&†=x`                      | PASS    |
| `URLSearchParams constructed with: %C2`                     | FAIL    |
| `request.formData() with input: test`                       | PASS    |
| `request.formData() with input: %C2x`                       | PASS    |
| `URLSearchParams constructed with: test`                    | PASS    |
| `request.formData() with input: %EF%BB%BFtest=%EF%BB%BF`    | FAIL    |
| `URLSearchParams constructed with: †&†=x`                   | PASS    |
| `request.formData() with input: %C2`                        | FAIL    |
| `request.formData() with input: test=`                    | FAIL    |
| `URLSearchParams constructed with: %EF%BB%BFtest=%EF%BB%BF` | FAIL    |
| `URLSearchParams constructed with: %C2x`                    | PASS    |

</details>


View on GitHub: https://github.com/w3c/web-platform-tests/pull/4517#issuecomment-271552805

Received on Wednesday, 11 January 2017 08:49:53 UTC