summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/popovers/invoker-show-crash.html
blob: 7da57f9788f07c57c7e6d2c2a5d4cee94c7a3ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1463384">
<link rel=help href="https://github.com/whatwg/html/issues/9383">

<button id=button popovertarget=popover>button</button>
<div id=popover popover=auto>popover</div>

<script>
button.click();
popover.showPopover();
</script>