Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 18 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/the-button-element/interest-target/idlharness.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8" />
<link rel="author" href="mailto:masonf@chromium.org" />
<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(["interest-invokers.tentative"],
["html","dom","SVG"], (idl_array) => {
idl_array.add_objects({
HTMLAnchorElement: ['document.createElement("a")'],
HTMLAreaElement: ['document.createElement("area")'],
HTMLButtonElement: ['document.createElement("button")'],
InterestEvent: ['new InterestEvent("interest")']
});
});
</script>