Bug 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git] / js / xpconnect / crashtests / 545291-1.html
blobed50900db124f5264c3abc5c04d52665806fa9f7
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <script>
6 var textNode = document.createTextNode("x");
7 textNode.__proto__.__proto__ = Components;
8 textNode.__lookupSetter__("canCallMethod")();
10 </script>
11 </head>
12 </html>