Checkpoint web parity through Chromium input tasks
This commit is contained in:
44
tests/golden/M14-04E/chromium-keymap-report.json
Normal file
44
tests/golden/M14-04E/chromium-keymap-report.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-04E",
|
||||
"operation": "CHROMIUM_KEYMAP_LAYOUT_MODIFIER_FIXTURE",
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"fixtureNames": [
|
||||
"US",
|
||||
"NON_US",
|
||||
"DEAD_KEY",
|
||||
"MODIFIER"
|
||||
],
|
||||
"observations": [
|
||||
{
|
||||
"key": "a",
|
||||
"code": "KeyA",
|
||||
"location": 0,
|
||||
"modifiers": "",
|
||||
"dead": false
|
||||
},
|
||||
{
|
||||
"key": "ä",
|
||||
"code": "Quote",
|
||||
"location": 0,
|
||||
"modifiers": "SA",
|
||||
"dead": false
|
||||
},
|
||||
{
|
||||
"key": "Dead",
|
||||
"code": "Quote",
|
||||
"location": 0,
|
||||
"modifiers": "A",
|
||||
"dead": true
|
||||
},
|
||||
{
|
||||
"key": "z",
|
||||
"code": "KeyZ",
|
||||
"location": 0,
|
||||
"modifiers": "SC",
|
||||
"dead": false
|
||||
}
|
||||
],
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M14-04F"
|
||||
}
|
||||
40
tests/golden/M14-04E/manifest.json
Normal file
40
tests/golden/M14-04E/manifest.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-04E",
|
||||
"parentTask": "M14-04D",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PLAYWRIGHT_CHROMIUM",
|
||||
"operation": "CHROMIUM_KEYMAP_LAYOUT_MODIFIER_FIXTURE",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M14-04D/manifest.json",
|
||||
"sha256": "3f7eadd9d91984db7b1f159adfd97f0865735a6db2b79083e00b5d54c23b8696"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-chromium-keymap-fixture.mjs",
|
||||
"sha256": "db512c0bdeba06a84cc28ec912b3320c6414562d5bce9b8f61b577b0d6faf89a"
|
||||
},
|
||||
"protocol": {
|
||||
"path": "web/protocol/keyboard-contract.ts",
|
||||
"sha256": "a537ee12d7541d1f3af90f5d082b4d7f49f92bf9b59faf0cfcbfbd10a0097097"
|
||||
},
|
||||
"unit": {
|
||||
"path": "web/tests/unit/keyboard-contract.test.mjs",
|
||||
"sha256": "2e52235054740fb7dcf2721a36dc1820046d71ead1a0996dec8701967d2a6d26"
|
||||
},
|
||||
"app": {
|
||||
"path": "web/app/src/app/App.tsx",
|
||||
"sha256": "92d01daecf3f39bc4ac214e4b651ec6feb687bbfbf58c4d3e602a314cdcc664c"
|
||||
},
|
||||
"package": {
|
||||
"path": "web/package.json",
|
||||
"sha256": "67620235b0771631ae8a0e83dcbf38d434d37cdc9d9e6dc61ba0adb6e86e397c"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M14-04E/chromium-keymap-report.json",
|
||||
"sha256": "db87a8ca2867c3869dbd3abe8e39443f363ee90b1446fa57bb72158769b4629e"
|
||||
}
|
||||
},
|
||||
"nextTask": "M14-04F"
|
||||
}
|
||||
Reference in New Issue
Block a user