feat: establish reproducible FreeCAD web compatibility baseline
This commit is contained in:
115
config/chrome-sketcher-editor-verification.json
Normal file
115
config/chrome-sketcher-editor-verification.json
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"browserId": "chrome",
|
||||
"crossOriginIsolated": true,
|
||||
"status": "pass",
|
||||
"operations": {
|
||||
"drag": {
|
||||
"start": {
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
"end": {
|
||||
"x": 8,
|
||||
"y": 2
|
||||
},
|
||||
"sourceUnchanged": true
|
||||
},
|
||||
"split": {
|
||||
"ids": [
|
||||
"line",
|
||||
"line-2"
|
||||
],
|
||||
"endpoints": [
|
||||
[
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 0
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"x": 4,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"x": 10,
|
||||
"y": 0
|
||||
}
|
||||
]
|
||||
],
|
||||
"constraintTypes": [
|
||||
"coincident"
|
||||
]
|
||||
},
|
||||
"extend": {
|
||||
"end": {
|
||||
"x": 15,
|
||||
"y": 0
|
||||
},
|
||||
"sourceUnchanged": true
|
||||
},
|
||||
"trim": {
|
||||
"end": {
|
||||
"x": 7,
|
||||
"y": 0
|
||||
},
|
||||
"constraintTypes": [
|
||||
"pointOnObject"
|
||||
],
|
||||
"sourceUnchanged": true
|
||||
},
|
||||
"construction": {
|
||||
"enabled": true,
|
||||
"sourceUnchanged": true
|
||||
},
|
||||
"autoConstraint": {
|
||||
"suggestionReasons": [
|
||||
"coincident",
|
||||
"horizontal"
|
||||
],
|
||||
"appliedIds": [
|
||||
"auto-coincident-line-a.end-line-b.start",
|
||||
"auto-horizontal-line-a"
|
||||
],
|
||||
"sourceUnchanged": true
|
||||
},
|
||||
"replay": {
|
||||
"applied": 2,
|
||||
"undone": 1,
|
||||
"redone": 1,
|
||||
"finalEnd": {
|
||||
"x": 6,
|
||||
"y": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"interactions": {
|
||||
"nativeEvents": {
|
||||
"pointer": 3,
|
||||
"keyboard": 3
|
||||
},
|
||||
"start": {
|
||||
"x": 0,
|
||||
"y": 2
|
||||
},
|
||||
"end": {
|
||||
"x": 8,
|
||||
"y": 2
|
||||
},
|
||||
"tool": "select",
|
||||
"pointerActive": false,
|
||||
"applied": 1,
|
||||
"undone": 1,
|
||||
"redone": 1
|
||||
},
|
||||
"opfs": {
|
||||
"markerSuite": "SK-09",
|
||||
"markerOperations": 9,
|
||||
"markerRemoved": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user