Skip to content

Commit

Permalink
Add test for interfaces/private-click-measurement.idl (web-platform-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer authored May 19, 2021
1 parent c6d2f49 commit 93820fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions private-click-measurement/idlharness.window.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,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")'],
});
}
);

0 comments on commit 93820fc

Please sign in to comment.