tenfourfox/dom/xslt/crashtests/601543.html

5 lines
89 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<script>
(new XSLTProcessor).setParameter('', '', [{}, null]);
</script>