Checkpoint web parity through Chromium input tasks
This commit is contained in:
38
tests/golden/M14-04F/chromium-input-modal-report.json
Normal file
38
tests/golden/M14-04F/chromium-input-modal-report.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-04F",
|
||||
"operation": "CHROMIUM_INPUT_MODAL_BOUNDARY",
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"browserEvents": [
|
||||
{
|
||||
"pointerId": 2,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 4,
|
||||
"pointerType": "touch",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"pointerType": "pen",
|
||||
"phase": "down"
|
||||
},
|
||||
{
|
||||
"pointerId": 2,
|
||||
"phase": "cancel"
|
||||
},
|
||||
{
|
||||
"pointerId": 9,
|
||||
"phase": "up"
|
||||
}
|
||||
],
|
||||
"guarantees": {
|
||||
"touchCancelMainCommit": 0,
|
||||
"twoFingerNavigationRevision": 1,
|
||||
"penMainCommit": 1
|
||||
},
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M14-04G"
|
||||
}
|
||||
36
tests/golden/M14-04F/manifest.json
Normal file
36
tests/golden/M14-04F/manifest.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-04F",
|
||||
"parentTask": "M14-04E",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"operation": "CHROMIUM_INPUT_MODAL_BOUNDARY",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M14-04E/manifest.json",
|
||||
"sha256": "b5fbb86d4a6a610b4aa25f8edb9a232aca9675e25fb47b16de98858a2d7f007f"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-chromium-input-modal.mjs",
|
||||
"sha256": "3ed496cbb9d24617c594025ba20f38ec79d6fee56e5d471317857230143c8295"
|
||||
},
|
||||
"protocol": {
|
||||
"path": "web/protocol/input-modal.ts",
|
||||
"sha256": "1f8318e11dbdb7aebc4f391f8c2474e9ddd2ee872eac755c1856d1f20d78344d"
|
||||
},
|
||||
"unit": {
|
||||
"path": "web/tests/unit/input-modal.test.mjs",
|
||||
"sha256": "f56be3057561db6068e6f738a2e5e73febfe27ba5a8b210190056bd590a52c42"
|
||||
},
|
||||
"package": {
|
||||
"path": "web/package.json",
|
||||
"sha256": "b503afa0ae7cb93014f2a1213ea19039e4d0c151524ac7d5dc360454b800a1e5"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M14-04F/chromium-input-modal-report.json",
|
||||
"sha256": "11ea07732f74660a5410a696c3db7646a2dcc333d565d5318c2436c3ed93afc0"
|
||||
}
|
||||
},
|
||||
"nextTask": "M14-04G"
|
||||
}
|
||||
Reference in New Issue
Block a user