feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
120
config/chrome-secondary-formats-verification.json
Normal file
120
config/chrome-secondary-formats-verification.json
Normal file
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"status": "pass",
|
||||
"browserId": "chrome",
|
||||
"crossOriginIsolated": true,
|
||||
"formats": {
|
||||
"descriptors": 8,
|
||||
"records": 8,
|
||||
"nativeExports": 3,
|
||||
"proxyImports": 8,
|
||||
"bytes": 665,
|
||||
"categories": [
|
||||
"2d",
|
||||
"bim",
|
||||
"data",
|
||||
"mesh"
|
||||
],
|
||||
"matrix": [
|
||||
{
|
||||
"format": "DXF",
|
||||
"category": "2d",
|
||||
"byteLength": 36,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "SVG",
|
||||
"category": "2d",
|
||||
"byteLength": 217,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "OBJ",
|
||||
"category": "mesh",
|
||||
"byteLength": 72,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "PLY",
|
||||
"category": "mesh",
|
||||
"byteLength": 49,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "STL",
|
||||
"category": "mesh",
|
||||
"byteLength": 59,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "PDF",
|
||||
"category": "2d",
|
||||
"byteLength": 48,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "IFC",
|
||||
"category": "bim",
|
||||
"byteLength": 136,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
},
|
||||
{
|
||||
"format": "CSV",
|
||||
"category": "data",
|
||||
"byteLength": 48,
|
||||
"imported": true,
|
||||
"rejectedInvalid": true,
|
||||
"byteExactRoundTrip": true,
|
||||
"deterministic": true,
|
||||
"proxy": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"persistence": {
|
||||
"mode": "sqlite-opfs",
|
||||
"byteLength": 1884,
|
||||
"roundTrip": true,
|
||||
"released": true
|
||||
},
|
||||
"opfs": {
|
||||
"markerSuite": "FC-09",
|
||||
"records": 8,
|
||||
"markerRemoved": true
|
||||
},
|
||||
"afterRelease": {
|
||||
"shapeCount": 0,
|
||||
"kernelReferenceCount": 0
|
||||
},
|
||||
"browser": {
|
||||
"product": "Chrome/150.0.7871.128",
|
||||
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/150.0.0.0 Safari/537.36"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user