Re: [service-workers-tests] service workers: test FetchEvent.clientId is never null (#5372)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 3d7aa6f275b7760454ef26f328ed1e055d31a9b5
Using browser at version BuildID 20170404100210; SourceStamp b5d8b27a753725c1de41ffae2e338798f3b5cacd
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>5 tests ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5372/service-workers/service-worker/client-navigate.https.html">/service-workers/service-worker/client-navigate.https.html</a></summary>


|                         Subtest                          | Results |     Messages     |
|----------------------------------------------------------|---------|------------------|
|                                                          | TIMEOUT |                  |
| `Frame location should update on successful navigation`  | TIMEOUT | `Test timed out` |
| `Frame location should not be accessible after redirect` | NOTRUN  |                  |
| `Frame location should not update on failed navigation`  | NOTRUN  |                  |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5372/service-workers/service-worker/clients-get-cross-origin.https.html">/service-workers/service-worker/clients-get-cross-origin.https.html</a></summary>


|              Subtest              | Results | Messages |
|-----------------------------------|---------|----------|
|                                   | OK      |          |
| `Test Clients.get() cross origin` | PASS    |          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5372/service-workers/service-worker/clients-get.https.html">/service-workers/service-worker/clients-get.https.html</a></summary>


|       Subtest        | Results |     Messages     |
|----------------------|---------|------------------|
|                      | TIMEOUT |                  |
| `Test Clients.get()` | TIMEOUT | `Test timed out` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5372/service-workers/service-worker/fetch-event.https.html">/service-workers/service-worker/fetch-event.https.html</a></summary>


|                                   Subtest                                    | Results |                                                                                                 Messages                                                                                                 |
|------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|                                                                              | OK      |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with string`                         | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with blob body`                      | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with the referrer URL`               | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with the referrer policy`            | FAIL    | `assert_unreached: unexpected rejection: NetworkError when attempting to fetch resource. Reached unreachable code`                                                                                       |
| `Service Worker responds to fetch event with an existing client id`          | FAIL    | `assert_unreached: unexpected rejection: assert_equals: Service Worker should respond to fetch with a client id expected "Client ID Not Found" but got "Client ID Found: null" Reached unreachable code` |
| `Service Worker does not respond to fetch event`                             | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with null response body`             | PASS    |                                                                                                                                                                                                          |
| `Service Worker fetches other file in fetch event`                           | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with POST form`                      | PASS    |                                                                                                                                                                                                          |
| `Multiple calls of respondWith must throw InvalidStateErrors`                | PASS    |                                                                                                                                                                                                          |
| `Service Worker event.respondWith must set the used flag`                    | PASS    |                                                                                                                                                                                                          |
| `Service Worker should expose FetchEvent URL fragments.`                     | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with the correct cache types`        | PASS    |                                                                                                                                                                                                          |
| `Service Worker should intercept EventSource`                                | PASS    |                                                                                                                                                                                                          |
| `Service Worker responds to fetch event with the correct integrity_metadata` | PASS    |                                                                                                                                                                                                          |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5372/service-workers/service-worker/interfaces.https.html">/service-workers/service-worker/interfaces.https.html</a></summary>


|                         Subtest                         | Results |                                                      Messages                                                      |
|---------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------|
|                                                         | OK      |                                                                                                                    |
| `Interfaces and attributes of ServiceWorkerContainer`   | PASS    |                                                                                                                    |
| `Interfaces and attributes of ServiceWorker`            | PASS    |                                                                                                                    |
| `Interfaces and attributes in ServiceWorkerGlobalScope` | PASS    |                                                                                                                    |
| `ServiceWorkerGlobalScope`                              | PASS    | `{}`                                                                                                               |
| `Clients`                                               | PASS    | `{}`                                                                                                               |
| `Client`                                                | PASS    | `{}`                                                                                                               |
| `WindowClient`                                          | PASS    | `{}`                                                                                                               |
| `CacheStorage`                                          | PASS    | `{}`                                                                                                               |
| `Cache`                                                 | PASS    | `{}`                                                                                                               |
| `Event constructors`                                    | FAIL    | `assert_equals: Default FetchEvent.clientId should be the empty string expected (string) "" but got (object) null` |

</details>
</details>

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

Received on Tuesday, 4 April 2017 23:22:38 UTC