Index: gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json |
diff --git a/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json b/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json |
index 562d6c1424d95cc4acf3068fe0eee4ee84a3aed4..5c106b0565069cd4cd2de765a5bed3f5874340c2 100644 |
--- a/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json |
+++ b/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json |
@@ -52,7 +52,7 @@ |
"dataHash": "2099241024256114776", |
"isEditable": false, |
"isExported": true, |
- "schemaVersion": 1, |
+ "schemaVersion": 2, |
"timeNextUpdateAvailable": null, |
"timeUpdated": 12345678, |
"type": "all" |
@@ -541,14 +541,22 @@ |
"isDifferent": false |
} |
], |
- "imageSets": [ |
- { |
+ "imageSets": { |
+ "diffs": { |
+ "baseUrl": "/static/generated-images/diffs", |
+ "description": "color difference per channel" |
+ }, |
+ "imageA": { |
"baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", |
"description": "expected image" |
}, |
- { |
+ "imageB": { |
"baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", |
"description": "actual image" |
+ }, |
+ "whiteDiffs": { |
+ "baseUrl": "/static/generated-images/whitediffs", |
+ "description": "differing pixels in white" |
} |
- ] |
+ } |
} |