[mac] Encode layout test result images as RGB png
commited807e3ed871d8234ca703d2b14a09d6eec072f4
authornoel <noel@chromium.org>
Fri, 7 Nov 2014 01:20:39 +0000 (6 17:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 7 Nov 2014 01:21:14 +0000 (7 01:21 +0000)
treec4f126b34377cfa6d97bbeb605a728e4f890bdc6
parent5bb091ed8de38e477adeaf3ba38c0d724e723fea
[mac] Encode layout test result images as RGB png

As discussed on issue 409435, mac png test results are RGBA encoded
while other ports use RGB encoded pngs and that for compat with the
mac webkit port's ImageDiff tool, so that layout test pixel results
also worked for the Safari webkit port.

The compat reasons are no longer an issue. Make the mac test driver
encode layout test result images as RGB png. All new rebaselines on
mac will be written as RGB png from here on, and, per issue 409435,
will match the win results and thus be optimized away.

CQ_EXTRA_TRYBOTS=tryserver.blink:mac_blink_rel,mac_blink_dbg
BUG=409435, 376232

Review URL: https://codereview.chromium.org/545823002

Cr-Commit-Position: refs/heads/master@{#303144}
content/shell/browser/webkit_test_controller.cc