summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/private-click-measurement/idlharness.window.js
blob: 1d0539a7bf56d071d247cded4ed2f4555b34bf6f (plain)
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';

idl_test(
  ['private-click-measurement'],
  ['html', 'dom'],
  idl_array => {
    idl_array.add_objects({
      HTMLAnchorElement: ['document.createElement("a")'],
    });
  }
);