summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/invokers/idlharness.tentative.html
blob: 8a86a5aaa1811b555f8e90f4df17a7a79afe2d67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<meta charset="utf-8" />
<meta name="author" title="Keith Cirkel" href="mailto:wpt@keithcirkel.co.uk" />
<link rel="help" href="https://open-ui.org/components/invokers.explainer/" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>
<script src="/resources/idlharness.js"></script>

<script>
  idl_test(["invokers.tentative"], ["html", "dom"], (idl_array) => {
    idl_array.add_objects({
      InvokeEvent: ['new InvokeEvent("invoke")'],
    });
  });
</script>