Bug 55654

Summary: [NRWT] Make DumpRenderTree dump images at no-limit size
Product: WebKit Reporter: Hayato Ito <hayato>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 36065    

Description Hayato Ito 2011-03-02 23:40:58 PST
Currently DumpRenderTree used in new-run-webkit-tests dumps a image up to a predefined fixed-size (about 800x600?).
It might be better to get rid of this restriction when we run reftests.
Comment 1 Hayato Ito 2011-03-13 18:59:59 PDT
It seems a Mozilla' reftest has a similar fixed-size (800x1000) image limit.
So I'll leave a current image size as is until we need to change it.