Bug 55654 - [NRWT] Make DumpRenderTree dump images at no-limit size
Summary: [NRWT] Make DumpRenderTree dump images at no-limit size
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 36065
  Show dependency treegraph
 
Reported: 2011-03-02 23:40 PST by Hayato Ito
Modified: 2011-03-13 18:59 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.