gecko/security/manager/ssl/crashtests/327524-1.html
2009-04-24 10:08:11 -07:00

10 lines
321 B
HTML

<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Testcase bug 327524 - Crash when using crypto.generateCRMFRequest(document.documentElement);</title>
</head><body>
This should not crash Mozilla
<script>
crypto.generateCRMFRequest(document.documentElement);
</script>
</body></html>