diff options
Diffstat (limited to 'js/xpconnect/crashtests/705875.html')
-rw-r--r-- | js/xpconnect/crashtests/705875.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/705875.html b/js/xpconnect/crashtests/705875.html new file mode 100644 index 000000000..e651fb734 --- /dev/null +++ b/js/xpconnect/crashtests/705875.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<script> + +window.QueryInterface(Components.interfaces.nsIInterfaceRequestor); +window.getInterface(null); + +</script> |