Re: [pointerevents-tests] Submission/microsoft/pointer events (#324)

Probably the easiest way to do this is to register the test during the pointerdown handler, then mark it as failed if it hasn't already completed in a pointerover/pointermove handler.  So basically there's a series of steps you expect to happen - at each step you register the next expected step and fail if anything unexpected happens.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/324#discussion_r12326482

Received on Tuesday, 6 May 2014 14:24:31 UTC