fune/testing/web-platform/tests/private-click-measurement/idlharness.window.js
Stephen McGruer 42c3c87960 Bug 1646599 [wpt PR 24220] - Add interfaces/private-click-measurement.idl and test, a=testonly
Automatic update from web-platform-tests
Add test for interfaces/private-click-measurement.idl (#24220)

--

wpt-commits: 93820fcc37d110f0d9d959776202124c01b4c426
wpt-pr: 24220
2021-05-28 18:59:16 +00:00

14 lines
280 B
JavaScript

// 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")'],
});
}
);