Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
html
/
semantics
/
popovers
/
popover-root-crash.html
blob: 86498607730f883920419ac4815dce128196d9f5 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<script>
window
.
addEventListener
(
"load"
,
async
()
=>
{
document
.
documentElement
.
popover
=
"manual"
document
.
documentElement
.
togglePopover
(
true
)
})
</script>