Re: [dom-tests] Two more tests for Event-dispatch-click.html (#4043)

> I'm surprised that (()=>globalCounters++)() does not work.

That function now returns globalCounters++ :). `(() => { globalCounters++; })()` would do the trick. Also probably `javascript:globalCounters++,undefined`. But yeah, any version with a function invocation to return undefined should be safe, I think.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4043#issuecomment-255449383

Received on Friday, 21 October 2016 19:45:14 UTC