Checkpoint web parity through Chromium input tasks
This commit is contained in:
27
tests/golden/M13-03C/host-call-report.json
Normal file
27
tests/golden/M13-03C/host-call-report.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03C",
|
||||
"operation": "SCRIPT_HOST_CALL_ALLOWLIST",
|
||||
"acceptedCalls": [
|
||||
"READ_MAIN",
|
||||
"READ_ASSET",
|
||||
"WRITE_MAIN",
|
||||
"WRITE_ASSET",
|
||||
"SUBMIT_SERVER_JOB"
|
||||
],
|
||||
"blocked": {
|
||||
"unknown": "SCRIPT_POLICY_DENIED",
|
||||
"permission": "SCRIPT_POLICY_DENIED",
|
||||
"fields": "SCRIPT_MANIFEST_INVALID",
|
||||
"path": "SCRIPT_MANIFEST_INVALID"
|
||||
},
|
||||
"structuredParameters": true,
|
||||
"execution": "DISABLED",
|
||||
"invariants": {
|
||||
"allowlistOnly": true,
|
||||
"permissionBound": true,
|
||||
"unknownFieldsRejected": true,
|
||||
"projectPathsNormalized": true
|
||||
},
|
||||
"nextTask": "M13-03D"
|
||||
}
|
||||
40
tests/golden/M13-03C/manifest.json
Normal file
40
tests/golden/M13-03C/manifest.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03C",
|
||||
"parentTask": "M13-03B",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PRODUCTION_PROTOCOL_AND_CHROMIUM_WORKER",
|
||||
"operation": "SCRIPT_HOST_CALL_ALLOWLIST",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M13-03B/manifest.json",
|
||||
"sha256": "b61978c22cdfffe81b812e2eea788d52326f9f0ebb4540e77f86dc9e19ff21dd"
|
||||
},
|
||||
"protocol": {
|
||||
"path": "web/protocol/scripting-platform.ts",
|
||||
"sha256": "6699fc0a19e0736823f164e707a420655803e36019cf0071f7ff9c760d25e9f2"
|
||||
},
|
||||
"worker": {
|
||||
"path": "web/app/src/workers/script-host-call-test.worker.ts",
|
||||
"sha256": "b26a37f20e829172bb70fbe9b9e3a194923818127cccbe8bbc55f6d994be55e8"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-script-host-call.mjs",
|
||||
"sha256": "e90042f4eefd9e89da6d1cead87ca1cb9db9b3bd65ba8028593e093903577e2e"
|
||||
},
|
||||
"unit": {
|
||||
"path": "web/tests/unit/script-host-call.test.mjs",
|
||||
"sha256": "e7679cd902c75504204d528343e4fa6be316d1c56c02b2871a67637aa847a1ec"
|
||||
},
|
||||
"e2e": {
|
||||
"path": "web/tests/e2e/script-host-call.spec.ts",
|
||||
"sha256": "7b17a7da440aee07895101efb8e1eb13bfbebbe54e955bde09299f6b33d6aaf9"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M13-03C/host-call-report.json",
|
||||
"sha256": "afb140a3aecff1de52c4363e7cd0ce476b0c9140ffdc016ec13a085049f6dd1a"
|
||||
}
|
||||
},
|
||||
"nextTask": "M13-03D"
|
||||
}
|
||||
Reference in New Issue
Block a user