mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
14 lines
262 B
JavaScript
14 lines
262 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
|
|
}
|
|
);
|