1 <p>This test shouldn't crash when you pick something from select, even though it removes itself.
3 <select id="foo" onchange='sel.parentNode.removeChild(sel)'>
5 <option>Shouldn't crash when you pick this.</option>
8 var sel = document.getElementById("foo");