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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 7c89130db1427975b1e681b0de86930103ed5ee2
Using browser at version 55.0.2883.75
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]`                                        | FAIL    |
| `Basic URLSearchParams construction`                              | PASS    |
| `URLSearchParams constructor, DOMException.prototype as argument` | FAIL    |
| `Constructor with sequence of sequences of strings`               | FAIL    |
| `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`                              | FAIL    |
| `Parse ⎄`                                                         | PASS    |

</details>


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

Received on Wednesday, 25 January 2017 04:53:40 UTC