strict-catch-ident-syntax.js (185B)
1 /* Parse correctly. */ 2 3 function assignToClassListStrict(e) { 4 "use strict"; 5 try { 6 e.classList = "foo"; 7 ok(false, "assigning to classList didn't throw"); 8 } catch (e) { } 9 }
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |