summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/invokers/idlharness.tentative.html
blob: b215f65813a98f6af851c614174e35e6eea04fc6 (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:keithamus@github.com" />
<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>