Files
workinf_Blender_Wasm/tests/golden/M14-04E/chromium-keymap-report.json
mes123456 380cbed4ff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

45 lines
774 B
JSON

{
"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"
}