mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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> |