gecko/dom/xslt/crashtests/601543.html

5 lines
89 B
HTML
Raw Normal View History

2010-10-10 15:07:00 -07:00
<!DOCTYPE html>
<script>
(new XSLTProcessor).setParameter('', '', [{}, null]);
</script>