Bug 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git] / js / xpconnect / crashtests / 639737-1.html
blobb461cc02bb70d69b8251924283ff63e4781aa4a5
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
6 function b() {
7 try { sset("u"); } catch(e) { }
8 try { [0].map(b); } catch(e) { }
11 var sset = document.documentElement.style.__lookupSetter__("textIndent");
12 b();
14 </script>
15 </head>
17 <body></body>
18 </html>