summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/popovers/popover-undefined-remove-crash.html
blob: 3c273ea6f344d179a3d010d20f0779b3721abb40 (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://github.com/whatwg/html/issues/9459#issuecomment-1630466911">

<div id="po" popover>
PO
</div>

<script>
po.popover = undefined;
po.remove();
</script>