js/xpconnect/crashtests/545291-1.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:deb7bdb91383
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
5
6 var textNode = document.createTextNode("x");
7 textNode.__proto__.__proto__ = Components;
8 textNode.__lookupSetter__("canCallMethod")();
9
10 </script>
11 </head>
12 </html>

mercurial