mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 327524 - crash test by Martijn Wargers.
This commit is contained in:
parent
1d7e1f7990
commit
c49ddcfbe6
10
security/manager/ssl/crashtests/327524-1.html
Normal file
10
security/manager/ssl/crashtests/327524-1.html
Normal file
@ -0,0 +1,10 @@
|
||||
<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>
|
@ -1,2 +1,2 @@
|
||||
load 327524-1.html
|
||||
load 398665-1.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user