- From: Jungkee Song <web-platform-tests-notifications@w3.org>
- Date: Mon, 13 Feb 2017 10:54:55 GMT
- To: public-web-platform-tests-notifications@w3.org
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