gecko/dom/base/crashtests/697643.html
Peter Van der Beken 2c7841a5b9 Bug 697643 - Crash [@ JS_IsExceptionPending] modifying a live NodeList. r=bz.
--HG--
extra : rebase_source : 1d2e5e17c76a04a88468d976e89576d127e4e54f
2011-10-27 19:39:03 +02:00

6 lines
105 B
HTML

<script>
document.createElementNS('http://www.w3.org/1999/xhtml', 'select').options[0] = {};
</script>