summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/file-system-access/idlharness.https.any.js
blob: ca3e92061a2a5a09f04c9548d9163bba8f39521d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

idl_test(
  ['file-system-access'],
  ['fs', 'permissions', 'html', 'dom'],
  idl_array => {
    if (self.GLOBAL.isWindow()) {
      idl_array.add_objects({
        Window: ['window'],
        // TODO: DataTransferItem
      });
    }
  }
);