blob: 34d02532aa48fcd6d7fbaef09002735904177337 [file] [log] [blame]
importScripts('/resources/testharness.js',
'/resources/origin-trials-helper.js');
test(t => {
OriginTrialsHelper.check_properties_exist(this, {
'ServiceWorkerRegistration': ['periodicSync'],
'PeriodicSyncManager': ['register', 'getTags', 'unregister'],
'PeriodicSyncEvent': ['tag'],
});
}, 'Periodic Background Sync API interfaces and properties in Origin-Trial enabled worker.');
done();