js/xpconnect/crashtests/326615-1.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:d0c62019943c
1 <html>
2 <head>
3 </head>
4 <body>
5
6 <script>
7
8 try {
9 document.body.compareDocumentPosition(<foo/>);
10 } catch (e) {
11 }
12
13 </script>
14
15 </body>
16 </html>

mercurial