mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision f0cb9071aea5ce5b641fcba5f362a0796bdc70bc
This commit is contained in:
parent
0d549e8146
commit
7289e837fd
558 changed files with 8627 additions and 6619 deletions
|
@ -11,13 +11,11 @@ idl_test(
|
|||
idlArray => {
|
||||
const isServiceWorker = location.pathname.includes('.serviceworker.');
|
||||
if (isServiceWorker) {
|
||||
idl_array.add_objects({
|
||||
ServiceWorkerGlobalScope: ['self', 'onsync', 'onperiodicsync'],
|
||||
idlArray.add_objects({
|
||||
ServiceWorkerGlobalScope: ['self', 'onsync'],
|
||||
ServiceWorkerRegistration: ['registration'],
|
||||
SyncManager: ['registration.sync'],
|
||||
PeriodicSyncManager: ['registration.periodicSync'],
|
||||
SyncEevnt: ['new SyncEvent("tag", "lastChance")'],
|
||||
PeriodicSyncEevnt: ['new PeriodicSyncEvent("tag")'],
|
||||
SyncEvent: ['new SyncEvent("tag", "lastChance")'],
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue