Bug 90941

Summary: [Meta] Performance testing should cover interactivity
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achicu, pdr, rniwa, simon.fraser, skyul, tonyg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 91070    
Bug Blocks:    

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.