Bug 82075 - [DumpRenderTree] Transit touch states in one shot
Summary: [DumpRenderTree] Transit touch states in one shot
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-23 11:55 PDT by Yong Li
Modified: 2012-04-02 10:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yong Li 2012-03-23 11:55:01 PDT
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.