Bug 82075
Summary: | [DumpRenderTree] Transit touch states in one shot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yong Li <yong.li.webkit> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yong Li
Currently DRT only supports testing single state touch events, so it cannot cover the case where EventHandler::handleTouchEvent() handles multiple touch states (pressed, moved and released) in one call when processing the platform touch point lists.
This makes it hard to write a layout test for bugs like Bug 81958.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |