We should get Chrome passing on serviceworker web-platform-tests.
We've started an effort to triage Firefox failures against Blink's tests, but I think that direction will duplicate much of Mozilla's work. Mozilla already modified Blink tests to work on Firefox, and are regularly upstreaming/downstreaming to web-platform-tests.
Here's the rough steps I think we should do:
1) Run Chrome on SW web platform tests <https://github.com/w3c/web-platform-tests> and triage the results.
2) For failures, either fix Chrome implementation or the tests, and upstream test changes.
3) Once those are done, run Firefox against Chrome's tests again. This should catch what tests we've added that aren't yet in web-platform-tests, and upstream them.
4) When the wptserve bot comes online (issue 581386) we should ensure serviceworker tests remain green. We could make this part of the weekly triage.
Eventually, we’ll have an upstream/downstream process and the wptserve tests should be run as part of CQ.
Comment 1 by nhiroki@chromium.org
, Apr 15 2016