popover-undefined-remove-crash.html (248B)
1 <!DOCTYPE html> 2 <link rel=author href="mailto:jarhar@chromium.org"> 3 <link rel=help href="https://github.com/whatwg/html/issues/9459#issuecomment-1630466911"> 4 5 <div id="po" popover> 6 PO 7 </div> 8 9 <script> 10 po.popover = undefined; 11 po.remove(); 12 </script>