Re: [pointerevents-tests] Add movementxy attribute test for pointerevents (#4571)

We don't have any further sub-directory under compat though. I thought I just put all the related interaction with other spec tests under here like Shadow dom that will come later. If I were to create a folder for each some of those folders will have only one test. Having said that which one do you think is better? Create a separate subfolder under pointerevents for each other spec we would like to add test?

I do have a handler for the inner iframe as well and I also check the events from that (i.e. innerSumX vs sumX). The reason that I wanted the movements to be small is to avoid the jump when you cross the boundary of an iframe discussed in this [issue](https://github.com/w3c/pointerlock/issues/16) on PointerLock. So I can actually sum things up inside the frame and outside the frame and be able to rely on the range of the result.

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

Received on Friday, 20 January 2017 15:47:21 UTC