servo/tests/wpt/web-platform-tests/BackgroundSync/interfaces.https.any.js

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
}
);