Govern task context and advance execution pointer
This commit is contained in:
@@ -3,31 +3,128 @@
|
||||
"task": "M14-04F",
|
||||
"operation": "CHROMIUM_INPUT_MODAL_BOUNDARY",
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"browserEvents": [
|
||||
{
|
||||
"pointerId": 2,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
"backends": {
|
||||
"main": {
|
||||
"events": [
|
||||
{
|
||||
"pointerId": 2,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 4,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 2,
|
||||
"pointerType": "touch",
|
||||
"phase": "cancel"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "up"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "up"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "cancel"
|
||||
}
|
||||
],
|
||||
"twoFinger": {
|
||||
"kind": "TOUCH_NAVIGATION",
|
||||
"activePointerIds": "2,4",
|
||||
"cancelled": "0",
|
||||
"navigationRevision": 1,
|
||||
"mainCommitCount": 0
|
||||
},
|
||||
"touchCancel": {
|
||||
"kind": "NONE",
|
||||
"activePointerIds": "",
|
||||
"cancelled": "1",
|
||||
"navigationRevision": 1,
|
||||
"mainCommitCount": 0
|
||||
},
|
||||
"penCommit": {
|
||||
"kind": "NONE",
|
||||
"activePointerIds": "",
|
||||
"cancelled": "1",
|
||||
"navigationRevision": 1,
|
||||
"mainCommitCount": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"pointerId": 4,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 2,
|
||||
"phase": "cancel"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"phase": "up"
|
||||
"offscreen": {
|
||||
"events": [
|
||||
{
|
||||
"pointerId": 2,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 4,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 2,
|
||||
"pointerType": "touch",
|
||||
"phase": "cancel"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "up"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "up"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "cancel"
|
||||
}
|
||||
],
|
||||
"twoFinger": {
|
||||
"kind": "TOUCH_NAVIGATION",
|
||||
"activePointerIds": "2,4",
|
||||
"cancelled": "0",
|
||||
"navigationRevision": 1,
|
||||
"mainCommitCount": 0
|
||||
},
|
||||
"touchCancel": {
|
||||
"kind": "NONE",
|
||||
"activePointerIds": "",
|
||||
"cancelled": "1",
|
||||
"navigationRevision": 1,
|
||||
"mainCommitCount": 0
|
||||
},
|
||||
"penCommit": {
|
||||
"kind": "NONE",
|
||||
"activePointerIds": "",
|
||||
"cancelled": "1",
|
||||
"navigationRevision": 1,
|
||||
"mainCommitCount": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
"guarantees": {
|
||||
"touchCancelMainCommit": 0,
|
||||
"twoFingerNavigationRevision": 1,
|
||||
|
||||
Reference in New Issue
Block a user