Checkpoint web parity through Chromium input tasks
This commit is contained in:
40
tests/golden/M13-03A/manifest.json
Normal file
40
tests/golden/M13-03A/manifest.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03A",
|
||||
"parentTask": "M13-02F",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PRODUCTION_PROTOCOL_AND_CHROMIUM_WORKER",
|
||||
"operation": "SCRIPT_SANDBOX_SCOPE",
|
||||
"artifacts": {
|
||||
"parentManifest": {
|
||||
"path": "tests/golden/M13-02F/manifest.json",
|
||||
"sha256": "283673b21e6c9b89dc6ecb7007f3cecf28d53a84ec84f3f8b52373c055538a74"
|
||||
},
|
||||
"protocol": {
|
||||
"path": "web/protocol/scripting-platform.ts",
|
||||
"sha256": "6699fc0a19e0736823f164e707a420655803e36019cf0071f7ff9c760d25e9f2"
|
||||
},
|
||||
"worker": {
|
||||
"path": "web/app/src/workers/script-sandbox-scope-test.worker.ts",
|
||||
"sha256": "27058fbb602791cbe6691fa14b3bc9c3d6cdea79641ba9c72fe18b6226d2a651"
|
||||
},
|
||||
"checker": {
|
||||
"path": "tools/web/check-script-sandbox-scope.mjs",
|
||||
"sha256": "ad26ea3b078e480ba8f99cbf8dbd0d9b135c7605f4a3958d24845b7f5f8b0f43"
|
||||
},
|
||||
"unit": {
|
||||
"path": "web/tests/unit/script-sandbox-scope.test.mjs",
|
||||
"sha256": "a15da2e645d2d681c7e9ac1380f6b224d196d1d2e78d20f1bacad01e138753d4"
|
||||
},
|
||||
"e2e": {
|
||||
"path": "web/tests/e2e/script-sandbox-scope.spec.ts",
|
||||
"sha256": "49930747e6663f79b61093706318b72e59388d79e3e1cc105bc1571693326667"
|
||||
},
|
||||
"report": {
|
||||
"path": "tests/golden/M13-03A/sandbox-scope-report.json",
|
||||
"sha256": "ba5784c751d5a347f38aa522ffcbed270d38fb474f0f10a2d06ea501d0234021"
|
||||
}
|
||||
},
|
||||
"nextTask": "M13-03B"
|
||||
}
|
||||
29
tests/golden/M13-03A/sandbox-scope-report.json
Normal file
29
tests/golden/M13-03A/sandbox-scope-report.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M13-03A",
|
||||
"operation": "SCRIPT_SANDBOX_SCOPE",
|
||||
"accepted": {
|
||||
"schemaVersion": 1,
|
||||
"dom": false,
|
||||
"hostWorker": false,
|
||||
"opfs": false,
|
||||
"indexedDB": false,
|
||||
"network": false
|
||||
},
|
||||
"blocked": {
|
||||
"dom": "SCRIPT_POLICY_DENIED",
|
||||
"hostWorker": "SCRIPT_POLICY_DENIED",
|
||||
"opfs": "SCRIPT_POLICY_DENIED",
|
||||
"indexedDB": "SCRIPT_POLICY_DENIED",
|
||||
"network": "SCRIPT_POLICY_DENIED"
|
||||
},
|
||||
"execution": "DISABLED",
|
||||
"invariants": {
|
||||
"noDom": true,
|
||||
"noHostWorker": true,
|
||||
"noOPFS": true,
|
||||
"noIndexedDB": true,
|
||||
"noNetwork": true
|
||||
},
|
||||
"nextTask": "M13-03B"
|
||||
}
|
||||
Reference in New Issue
Block a user