I have a concern that a lot of people wouldn't know what the "correct" output is for a given test.<div><br></div><div>For a lot of pixel tests, deciding whether a given output is correct or not is really hard. e.g. some seemingly insignificant anti-alias different may turn out be a result of a bug in Skia and other graphics library or WebCore code that uses it.</div>
<div><br></div><div>As a result,</div><div><ul><li>people may check in wrong "correct" results</li><li>people may add "failing" results even though new results are more or less correct</li></ul></div>
<div>
<br></div><div>This leads me to think that just checking in the current output as -expected.png and filing bugs separately is a better approach.</div><div><br></div><div>- Ryosuke</div><div><br></div>