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/popover-root-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<script>
window.addEventListener("load", async () => {
document.documentElement.popover = "manual"
document.documentElement.togglePopover(true)
})
</script>