Repro for crbug.com/1116157

This tests that events are throttled/coalesced even while DevTools is open.

Steps

  1. Move the mouse pointer around, it should show, at most 1 event per frame.
  2. Open DevTools
  3. Again move the mouse pointer around, and observe that we often get more than 1 event per frame.

Result