Bug 90941 - [Meta] Performance testing should cover interactivity
Summary: [Meta] Performance testing should cover interactivity
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: 91070
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-10 22:50 PDT by Hajime Morrita
Modified: 2012-07-17 16:55 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-07-10 22:50:44 PDT
Currently we don't have perf tests  which cover interactivity like

- resizing window
- moving cursor around
- scrolling

These trigger relayout, which should be covered by the test suite.
Comment 1 Ryosuke Niwa 2012-07-10 22:58:34 PDT
Hit testing, selection, click, drag, etc... are also important.
Comment 2 Hajime Morrita 2012-07-12 04:13:38 PDT
(In reply to comment #1)
> Hit testing, selection, click, drag, etc... are also important.
True. They should be covered.