Re: [url-tests] Extend test coverage in urlsearchparams-constructor.html (#5736)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/226899286)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 4bb8153e01463a3f1ea404087a901821a3392768
Using browser at version BuildID 20170428100438; SourceStamp 84762dbeb5380461fe27f0afa0e27e8ba9dd3b01
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5736/url/urlsearchparams-constructor.html">/url/urlsearchparams-constructor.html</a></summary>


|                              Subtest                              | Results |                                     Messages                                     |
|-------------------------------------------------------------------|---------|----------------------------------------------------------------------------------|
|                                                                   | OK      |                                                                                  |
| `Basic URLSearchParams construction`                              | PASS    |                                                                                  |
| `URLSearchParams constructor, no arguments`                       | PASS    |                                                                                  |
| `URLSearchParams constructor, DOMException.prototype as argument` | FAIL    | `'get code' called on an object that does not implement interface DOMException.` |
| `URLSearchParams constructor, empty string as argument`           | PASS    |                                                                                  |
| `URLSearchParams constructor, {} as argument`                     | PASS    |                                                                                  |
| `URLSearchParams constructor, string.`                            | PASS    |                                                                                  |
| `URLSearchParams constructor, object.`                            | PASS    |                                                                                  |
| `Parse +`                                                         | PASS    |                                                                                  |
| `Parse encoded +`                                                 | PASS    |                                                                                  |
| `Parse space`                                                     | PASS    |                                                                                  |
| `Parse %20`                                                       | PASS    |                                                                                  |
| `Parse \0`                                                        | PASS    |                                                                                  |
| `Parse %00`                                                       | PASS    |                                                                                  |
| `Parse ⎄`                                                         | PASS    |                                                                                  |
| `Parse %e2%8e%84`                                                 | PASS    |                                                                                  |
| `Parse 💩`                                                         | PASS    |                                                                                  |
| `Parse %f0%9f%92%a9`                                              | PASS    |                                                                                  |
| `Constructor with sequence of sequences of strings`               | PASS    |                                                                                  |
| `Construct with object with +`                                    | PASS    |                                                                                  |
| `Construct with object with two keys`                             | PASS    |                                                                                  |
| `Construct with array with two keys`                              | PASS    |                                                                                  |
| `Custom [Symbol.iterator]`                                        | PASS    |                                                                                  |

</details>
</details>

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

Received on Friday, 28 April 2017 17:34:17 UTC