Re: [service-workers-tests] Remove interception case from service worker URL parsing tests (#4805)

I missed this thing when reviewing https://github.com/w3c/web-platform-tests/commit/688f5f85cbfa5c56326551753ba86735dcf60393. `fetch('relevant/test.txt')` on the main document isn't intercepted anyway since the client itself is not in the scope `relevant/` (so it won't get a controller even if the service worker skips and claim.)

I think this test doesn't need the interception scenario as we just want to check if `register()` and `getRegistration()` used right globals when parsing the URL. I updated the test in this regard.

/cc @domenic @mattto

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

Received on Monday, 13 February 2017 10:55:06 UTC