Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html><head>
2 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 <title>Testcase bug 327524 - Crash when using crypto.generateCRMFRequest(document.documentElement);</title>
5 </head><body>
6 This should not crash Mozilla
7 <script>
8 crypto.generateCRMFRequest(document.documentElement);
9 </script>
10 </body></html>