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

'use strict';

idl_test(
  ['badging'],
  ['html', 'dom'],
  idl_array => {
    if (self.GLOBAL.isWorker()) {
      idl_array.add_objects({ WorkerNavigator: ['navigator'] });
    } else {
      idl_array.add_objects({ Navigator: ['navigator'] });
    }
  }
);