Re: [url-tests] Test new URLSearchParams constructor features (#4523)

# Firefox #
Testing revision 350d0f77ffa3f97abab07e628d0366c4f8da80d4
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4523/url/urlsearchparams-constructor.html">/url/urlsearchparams-constructor.html</a></summary>


|                              Subtest                              | Results |
|-------------------------------------------------------------------|---------|
|                                                                   | OK      |
| `URLSearchParams constructor, {} as argument`                     | PASS    |
| `Parse space`                                                     | PASS    |
| `Parse +`                                                         | PASS    |
| `URLSearchParams constructor, no arguments`                       | PASS    |
| `Parse 💩`                                                         | PASS    |
| `URLSearchParams constructor, empty string as argument`           | PASS    |
| `Parse %00`                                                       | PASS    |
| `Parse %f0%9f%92%a9`                                              | PASS    |
| `URLSearchParams constructor, string.`                            | PASS    |
| `Parse %e2%8e%84`                                                 | PASS    |
| `Basic URLSearchParams construction`                              | PASS    |
| `Parse ⎄`                                                         | PASS    |
| `Construct with array with two keys`                              | FAIL    |
| `Parse %20`                                                       | PASS    |
| `URLSearchParams constructor, DOMException.prototype as argument` | PASS    |
| `Construct with object with +`                                    | FAIL    |
| `Parse \0`                                                        | PASS    |
| `Construct with object with two keys`                             | FAIL    |
| `URLSearchParams constructor, object.`                            | PASS    |
| `Evil constructor test`                                           | FAIL    |

</details>


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

Received on Thursday, 12 January 2017 06:42:34 UTC