Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/popovers/invoker-show-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<button id=button popovertarget=popover>button</button>
<div id=popover popover=auto>popover</div>
<script>
button.click();
popover.showPopover();
</script>