Checkpoint web parity through Chromium input tasks
This commit is contained in:
81
tests/golden/M14-04C/chromium-pointer-report.json
Normal file
81
tests/golden/M14-04C/chromium-pointer-report.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-04C",
|
||||
"operation": "CHROMIUM_POINTER_IDENTITY_CANCEL_CONTRACT",
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"pointerTypes": [
|
||||
"mouse",
|
||||
"touch",
|
||||
"pen"
|
||||
],
|
||||
"observations": [
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"pointerType": "mouse",
|
||||
"pointerId": 1,
|
||||
"pressure": 0,
|
||||
"tiltX": 0,
|
||||
"tiltY": 0,
|
||||
"button": 0,
|
||||
"buttons": 1,
|
||||
"cancelled": false
|
||||
},
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"pointerType": "mouse",
|
||||
"pointerId": 1,
|
||||
"pressure": 0,
|
||||
"tiltX": 0,
|
||||
"tiltY": 0,
|
||||
"button": 0,
|
||||
"buttons": 0,
|
||||
"cancelled": true
|
||||
},
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"pointerType": "touch",
|
||||
"pointerId": 2,
|
||||
"pressure": 0.5,
|
||||
"tiltX": 0,
|
||||
"tiltY": 0,
|
||||
"button": 0,
|
||||
"buttons": 1,
|
||||
"cancelled": false
|
||||
},
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"pointerType": "touch",
|
||||
"pointerId": 2,
|
||||
"pressure": 0.5,
|
||||
"tiltX": 0,
|
||||
"tiltY": 0,
|
||||
"button": 0,
|
||||
"buttons": 0,
|
||||
"cancelled": true
|
||||
},
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"pointerType": "pen",
|
||||
"pointerId": 3,
|
||||
"pressure": 0.75,
|
||||
"tiltX": 20,
|
||||
"tiltY": -15,
|
||||
"button": 0,
|
||||
"buttons": 1,
|
||||
"cancelled": false
|
||||
},
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"pointerType": "pen",
|
||||
"pointerId": 3,
|
||||
"pressure": 0.75,
|
||||
"tiltX": 20,
|
||||
"tiltY": -15,
|
||||
"button": 0,
|
||||
"buttons": 0,
|
||||
"cancelled": true
|
||||
}
|
||||
],
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M14-04D"
|
||||
}
|
||||
Reference in New Issue
Block a user