aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/BackgroundSync/interfaces.https.any.js
blob: 989139e99041d6ec8dd64181de7a994e4b88112c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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
  }
);