mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
15 lines
262 B
JavaScript
15 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
|
|
}
|
|
);
|