Bug 5144
Summary: | pixel test should run even if render trees differ | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | Tools / Tests | Assignee: | Darin Adler <darin> |
Status: | VERIFIED FIXED | ||
Severity: | Enhancement | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
mitz
Currently, run-webkit-tests --pixel will only render and compare pixel results if the layout test passes. It
should compare pixel results regardless of layout test results. This is useful in understanding why the
render tree changed and how it affected rendering.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
Heh, I have a patch for this already in my tree by coincidence.
Darin Adler
I believe my recent check-in fixed this.