Repro for crbug.com/1116157
This tests that events are throttled/coalesced even while DevTools is open.
Steps
- Move the mouse pointer around, it should show, at most 1 event per frame.
- Open DevTools
- Again move the mouse pointer around, and observe that we often get more than 1 event per frame.
Result