Mypal/dom/base/crashtests/697643.html

6 lines
105 B
HTML
Raw Normal View History

2019-03-11 03:26:37 -07:00
<script>
document.createElementNS('http://www.w3.org/1999/xhtml', 'select').options[0] = {};
</script>