Checkpoint web parity through Chromium input tasks
This commit is contained in:
179
tests/golden/M12-07H/web-roundtrip-report.json
Normal file
179
tests/golden/M12-07H/web-roundtrip-report.json
Normal file
@@ -0,0 +1,179 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M12-07H",
|
||||
"operation": "PLY_VERTEX_FACE_COLOR_CUSTOM_MAPPING",
|
||||
"source": {
|
||||
"asciiSha256": "acaa369c17252d4d089a2e3064d0c1fcdfdb2d066759ed160adf7869d3e859d5",
|
||||
"binarySha256": "d0fc195fd1a101c42ac984a2382bccdddb7d0bf60dd618e9f637c964f1b30b9e",
|
||||
"unknownSha256": "a994c7126f235d0067ce4af35f8b0c6699cc83073e2a37e982edd45ece459f33"
|
||||
},
|
||||
"browser": {
|
||||
"format": "ascii",
|
||||
"vertexCount": 4,
|
||||
"faceCount": 2,
|
||||
"colors": [
|
||||
[
|
||||
0.996078431372549,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
[
|
||||
0,
|
||||
0.996078431372549,
|
||||
0,
|
||||
1
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0.996078431372549,
|
||||
1
|
||||
],
|
||||
[
|
||||
0.996078431372549,
|
||||
0.996078431372549,
|
||||
0,
|
||||
1
|
||||
]
|
||||
],
|
||||
"customProperties": [
|
||||
{
|
||||
"temperature": 10,
|
||||
"label": 1
|
||||
},
|
||||
{
|
||||
"temperature": 20,
|
||||
"label": 2
|
||||
},
|
||||
{
|
||||
"temperature": 30,
|
||||
"label": 3
|
||||
},
|
||||
{
|
||||
"temperature": 40,
|
||||
"label": 4
|
||||
}
|
||||
],
|
||||
"outputSha256": "399a06c8f593dcdeda9ce9f4c6be74fa83b9fc905ae22a01f4af414284585cf5",
|
||||
"outputBytes": 509,
|
||||
"lossReport": {
|
||||
"schemaVersion": 1,
|
||||
"operation": "PLY_IMPORT_LOSS_REPORT",
|
||||
"canImport": true,
|
||||
"warningCount": 0,
|
||||
"warnings": []
|
||||
},
|
||||
"binarySemanticEqual": true,
|
||||
"unknownPropertyLoss": {
|
||||
"schemaVersion": 1,
|
||||
"operation": "PLY_IMPORT_LOSS_REPORT",
|
||||
"canImport": true,
|
||||
"warningCount": 1,
|
||||
"warnings": [
|
||||
{
|
||||
"code": "PLY_UNKNOWN_PROPERTY",
|
||||
"severity": "warning",
|
||||
"element": "vertex",
|
||||
"property": "unknown_values",
|
||||
"message": "vertex list property unknown_values is not mapped"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"desktop": {
|
||||
"attributes": [
|
||||
{
|
||||
"dataType": "FLOAT_COLOR",
|
||||
"domain": "POINT",
|
||||
"name": "Col",
|
||||
"values": [
|
||||
[
|
||||
0.9911020398139954,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
[
|
||||
0,
|
||||
0.9911020398139954,
|
||||
0,
|
||||
1
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0.9911020398139954,
|
||||
1
|
||||
],
|
||||
[
|
||||
0.9911020398139954,
|
||||
0.9911020398139954,
|
||||
0,
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"dataType": "FLOAT",
|
||||
"domain": "POINT",
|
||||
"name": "label",
|
||||
"values": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4
|
||||
]
|
||||
},
|
||||
{
|
||||
"dataType": "FLOAT",
|
||||
"domain": "POINT",
|
||||
"name": "temperature",
|
||||
"values": [
|
||||
10,
|
||||
20,
|
||||
30,
|
||||
40
|
||||
]
|
||||
}
|
||||
],
|
||||
"objectCount": 1,
|
||||
"operation": "DESKTOP_IMPORT_WEB_PLY",
|
||||
"polygonCount": 2,
|
||||
"positions": [
|
||||
[
|
||||
-1,
|
||||
0,
|
||||
1
|
||||
],
|
||||
[
|
||||
1,
|
||||
0,
|
||||
1
|
||||
],
|
||||
[
|
||||
1,
|
||||
0,
|
||||
-1
|
||||
],
|
||||
[
|
||||
-1,
|
||||
0,
|
||||
-1
|
||||
]
|
||||
],
|
||||
"schemaVersion": 1,
|
||||
"sourceBytes": 509,
|
||||
"sourceSha256": "399a06c8f593dcdeda9ce9f4c6be74fa83b9fc905ae22a01f4af414284585cf5",
|
||||
"triangleCount": 2,
|
||||
"vertexCount": 4
|
||||
},
|
||||
"comparisons": {
|
||||
"vertexCountExact": true,
|
||||
"faceCountExact": true,
|
||||
"positionExact": true,
|
||||
"customPropertiesPresent": true,
|
||||
"colorMapped": true
|
||||
},
|
||||
"nextTask": "M12-07I"
|
||||
}
|
||||
Reference in New Issue
Block a user