Re: [url-tests] Correct result for passing DOMException.prototype to URLSearchParams (#4581)

# Firefox (nightly channel) #
Testing web-platform-tests at revision f326de9bc0fd17fb934d157ad7d09f61bf5ad173
Using browser at version BuildID 20170118211214; SourceStamp a5253dce8b67c2248d7b92ef664a6dd6664e7609
Starting 10 test iterations
All results were stable

## All results ##

<details>

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


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

</details>


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

Received on Friday, 20 January 2017 16:37:38 UTC