comparison: js/xpconnect/crashtests/545291-1.html
js/xpconnect/crashtests/545291-1.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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> |