summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/326615-1.html
blob: 5e6684a1951c9c302b961eea9adc0cbd40a88710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
</head>
<body>

<script>

try { 
  document.body.compareDocumentPosition(<foo/>);
} catch (e) { 
}

</script>

</body>
</html>