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

> We don't have any further sub-directory under compat though

Right, `compat` is the name of the spec (compat.spec.whatwg.org).  I only expect the single test there for the forseable future.  We should have the spec name in the path somewhere, but as long as we're consistent with the pattern I don't really care.  Eg: we could have:
```
compat/pointerevent_touch-action_two-finger_interaction-manual.html
pointerlock/pointerevent_movementxy-manual.html
```
or
```
interaction-with-other-specs/compat-pointerevent_touch-action_two-finger_interaction-manual.html
interaction-with-other-specs/pointerlock-pointerevent_movementxy-manual.html
```

I have a slight preference for the former, but as long as we're not mixing different patterns I don't really care.


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

Received on Wednesday, 25 January 2017 16:05:52 UTC