summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/403356-1.html
blob: a6a2adbf622649ad7996388d8e475358c5781bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
try { 
  document.documentElement.appendChild.call(new XPCNativeWrapper(window)); 
} catch(e) { 
}
</script>
</head>
<body>
</body>
</html>