author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 01:32:07 +0300 | |
changeset 2 | 303757a437d3 |
parent 0 | 4f2f89ce4247 |
permissions | -rw-r--r-- |
<p>This test shouldn't crash when you pick something from select, even though it removes itself. </p> <select id="foo" onchange='sel.parentNode.removeChild(sel)'> <option>Boom</option> <option>Shouldn't crash when you pick this.</option> </select> <script> var sel = document.getElementById("foo"); </script>