mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
10 lines
321 B
HTML
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> |