Update web-platform-tests to revision fd60ba25a0726dfea59024d8143240b355c46a55

This commit is contained in:
WPT Sync Bot 2020-06-02 08:21:59 +00:00
parent c4ea4b1d77
commit 7f8c29593f
75 changed files with 732 additions and 152 deletions

View file

@ -4,10 +4,10 @@
'use strict';
// https://wicg.github.io/BackgroundSync/spec/
// https://wicg.github.io/background-sync/spec/
idl_test(
['BackgroundSync'],
['background-sync'],
['service-workers', 'html', 'dom'],
idlArray => {
const isServiceWorker = location.pathname.includes('.serviceworker.');