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

'use strict';

// https://wicg.github.io/get-installed-related-apps/spec/

idl_test(
  ['get-installed-related-apps'],
  ['html'],
  idl_array => {
    idl_array.add_objects({
      Navigator: ['navigator'],
    });
  }
)