mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
15 lines
295 B
JavaScript
15 lines
295 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://wicg.github.io/BackgroundSync/spec/
|
|
|
|
idl_test(
|
|
['BackgroundSync'],
|
|
['service-workers', 'html', 'dom'],
|
|
idlArray => {
|
|
// TODO: Objects
|
|
},
|
|
'Background Sync interfaces.'
|
|
);
|