js/xpconnect/crashtests/639737-1.html@925c144e1f1f
js/xpconnect/crashtests/639737-1.html
Fri, 16 Jan 2015 18:13:44 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Fri, 16 Jan 2015 18:13:44 +0100
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
- permissions
- -rw-r--r--
Integrate suggestion from review to improve consistency with existing code.
7 try { sset("u"); } catch(e) { }
8 try { [0].map(b); } catch(e) { }
11 var sset = document.documentElement.style.__lookupSetter__("textIndent");