Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: js/xpconnect/crashtests/crashtests.list
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
try {
document.documentElement.appendChild.call(new XPCNativeWrapper(window));
} catch(e) {
}
</script>
</head>
<body>
</body>
</html>