Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1376)

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_endToEnd/compare_rendered_pictures.json

Issue 451053004: change setA/setB labels if viewing actuals vs expectations (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add hover-notes to setA and setB column headers Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "extraColumnHeaders": { 2 "extraColumnHeaders": {
3 "resultType": { 3 "resultType": {
4 "headerText": "resultType", 4 "headerText": "resultType",
5 "isFilterable": true, 5 "isFilterable": true,
6 "isSortable": true, 6 "isSortable": true,
7 "useFreeformFilter": false, 7 "useFreeformFilter": false,
8 "valuesAndCounts": [ 8 "valuesAndCounts": [
9 [ 9 [
10 "failed", 10 "failed",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "isDifferent": false 130 "isDifferent": false
131 } 131 }
132 ], 132 ],
133 "imageSets": { 133 "imageSets": {
134 "diffs": { 134 "diffs": {
135 "baseUrl": "/static/generated-images/diffs", 135 "baseUrl": "/static/generated-images/diffs",
136 "description": "color difference per channel" 136 "description": "color difference per channel"
137 }, 137 },
138 "imageA": { 138 "imageA": {
139 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 139 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path",
140 "description": "before_patch" 140 "description": "setA"
141 }, 141 },
142 "imageB": { 142 "imageB": {
143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path",
144 "description": "after_patch" 144 "description": "setB"
145 }, 145 },
146 "whiteDiffs": { 146 "whiteDiffs": {
147 "baseUrl": "/static/generated-images/whitediffs", 147 "baseUrl": "/static/generated-images/whitediffs",
148 "description": "differing pixels in white" 148 "description": "differing pixels in white"
149 } 149 }
150 } 150 }
151 } 151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698