gecko-dev/dom/xslt/crashtests/601543.html

5 lines
89 B
HTML
Raw Normal View History

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