Re: [service-workers-tests] ServiceWorker: Change base URL for parsing script URL and scope URL (#5016)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 033224ad656db2304f20c376dc7b96c601276c73
Using browser at version BuildID 20170224110129; SourceStamp be661bae6cb9a53935c5b87744bf68879d9ebcc5
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>3 tests ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5016/service-workers/service-worker/multiple-register.https.html">/service-workers/service-worker/multiple-register.https.html</a></summary>


|                                                                       Subtest                                                                       | Results |
|-----------------------------------------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                                                     | OK      |
| `Subsequent registrations resolve to the same registration object`                                                                                  | PASS    |
| `Concurrent registrations resolve to the same registration object`                                                                                  | PASS    |
| `Subsequent registrations from a different iframe resolve to the different registration object but they refer to the same registration and workers` | FAIL    |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5016/service-workers/service-worker/controller-on-reload.https.html">/service-workers/service-worker/controller-on-reload.https.html</a></summary>


|                      Subtest                       | Results |
|----------------------------------------------------|---------|
|                                                    | OK      |
| `controller is set upon reload after registration` | FAIL    |

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


|                                                 Subtest                                                  | Results |
|----------------------------------------------------------------------------------------------------------|---------|
|                                                                                                          | OK      |
| `register method should use the "relevant global object" to parse its scriptURL and scope - normal case` | FAIL    |
| `A scope url should start with the given script url`                                                     | FAIL    |
| `register method should use the "relevant global object" to parse its scriptURL and scope - error case`  | FAIL    |

</details>
</details>

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

Received on Saturday, 25 February 2017 01:19:14 UTC