gecko/js/xpconnect/crashtests/403356-1.html

14 lines
202 B
HTML
Raw Normal View History

2008-09-14 00:20:17 -07:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
try {
document.documentElement.appendChild.call(new XPCNativeWrapper(window));
2008-09-14 00:20:17 -07:00
} catch(e) {
}
</script>
</head>
<body>
</body>
</html>