1
0
Fork 0
firefox/testing/web-platform/tests/html/semantics/popovers/popover-undefined-remove-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
248 B
HTML

<!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>