Bug 55654
| Summary: | [NRWT] Make DumpRenderTree dump images at no-limit size | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hayato Ito <hayato> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Hayato Ito
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hayato Ito
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.