Re: [fetch-tests] Update fetch tests for more lenient Request constructor (#4341)

# Firefox #
Testing revision 0d75d9ae3e177223c27cfdbab0757286bbfdd00e
Starting 10 test iterations
All results were stable

## All results ##

### [/fetch/api/request/request-error.html](http://w3c-test.org/submissions/4341/fetch/api/request/request-error.html) ###
|                                           Subtest                                            | Results |
|----------------------------------------------------------------------------------------------|---------|
|                                                                                              | OK      |
| `Bad credentials init parameter value`                                                       | PASS    |
| `Request should get its content-type from the init request`                                  | PASS    |
| `Request should get its content-type from init headers if one is provided`                   | PASS    |
| `RequestInit's cache mode is only-if-cached and mode is not same-origin`                     | PASS    |
| `RequestInit's method is forbidden`                                                          | PASS    |
| `Request should get its content-type from the body if none is provided`                      | PASS    |
| `Bad cache init parameter value`                                                             | PASS    |
| `RequestInit's referrer is invalid`                                                          | PASS    |
| `Bad referrerPolicy init parameter value`                                                    | PASS    |
| `Bad redirect init parameter value`                                                          | PASS    |
| `RequestInit's window is not null`                                                           | FAIL    |
| `RequestInit's mode is no-cors and integrity is not empty`                                   | PASS    |
| `Request with cache mode: only-if-cached and fetch mode: same-origin`                        | PASS    |
| `RequestInit's referrer has invalid origin`                                                  | FAIL    |
| `Input URL has credentials`                                                                  | PASS    |
| `RequestInit's mode is navigate`                                                             | FAIL    |
| `Request should not get its content-type from the init request if init headers are provided` | PASS    |
| `RequestInit's method is invalid`                                                            | PASS    |
| `Input URL is not valid`                                                                     | PASS    |
| `Request with cache mode: only-if-cached and fetch mode: no-cors`                            | PASS    |
| `Bad mode init parameter value`                                                              | PASS    |
| `RequestInit's mode is no-cors and method is not simple`                                     | PASS    |
| `Request with cache mode: only-if-cached and fetch mode: cors`                               | PASS    |


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

Received on Thursday, 15 December 2016 19:48:59 UTC