Re: [dom-tests] Synthetic click events and event dispatch (#3974)

As a general point, I wonder if these tests should all be sync and more explicitly verify that the behavior indeed happens synchronously. Some of the tests have `t.done()` at the end of the outermost function, and nothing that happens after that point affects the results, so it's kind of implied (but far from obvious) that the `t.step_func`'s run before that point.

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

Received on Thursday, 13 October 2016 14:44:56 UTC