Checkpoint web parity through Chromium input tasks
This commit is contained in:
17
tests/golden/M14-01C/manifest.json
Normal file
17
tests/golden/M14-01C/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-01C",
|
||||
"parentTask": "M14-01B",
|
||||
"enablingTask": false,
|
||||
"parityStateChange": false,
|
||||
"runtime": "PLAYWRIGHT_WEBKIT",
|
||||
"operation": "WEBKIT_CAPABILITY_PROBE",
|
||||
"artifacts": {
|
||||
"parentManifest": { "path": "tests/golden/M14-01B/manifest.json", "sha256": "be31e32af811af9b9e17a6d750d396b9790b7a422f921839fb382cfeccf0862e" },
|
||||
"checker": { "path": "tools/web/check-webkit-capability.mjs", "sha256": "fa0d5fb767f37c011d46402d51f45b5c0441122eec02c731963aff3fc632fea7" },
|
||||
"package": { "path": "web/package.json", "sha256": "2cf786115d74d0fa654ff9bb8e802c50166120ed9965f4209b8a4ec590febdc0" },
|
||||
"engineManifest": { "path": "web/app/public/engine-manifest.json", "sha256": "7656936afae05b4936d7c8fa8dde94ee9e09ffff3a2c5e6f1b9d8a38f043ac47" },
|
||||
"report": { "path": "tests/golden/M14-01C/webkit-capability-report.json", "sha256": "09e19d0fdadc7df1d608f9016698740290d164e075090623a09bddb487f5d208" }
|
||||
},
|
||||
"nextTask": "M14-01D"
|
||||
}
|
||||
71
tests/golden/M14-01C/webkit-capability-report.json
Normal file
71
tests/golden/M14-01C/webkit-capability-report.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"task": "M14-01C",
|
||||
"operation": "WEBKIT_CAPABILITY_PROBE",
|
||||
"runtime": "PLAYWRIGHT_WEBKIT",
|
||||
"browser": {
|
||||
"version": "26.5",
|
||||
"executablePath": "/home/mes123456/.cache/ms-playwright/webkit-2336/pw_run.sh",
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Safari/605.1.15",
|
||||
"platform": "Linux x86_64",
|
||||
"hardwareConcurrency": 8
|
||||
},
|
||||
"assets": {
|
||||
"worker": {
|
||||
"path": "web/dist/assets/storage.worker-D9TqXsGS.js",
|
||||
"sha256": "40c5ef732bd0c7571c53f0854b6b966a9f3b0085932c1ee23962c2387dd15706"
|
||||
},
|
||||
"wasm": {
|
||||
"path": "web/dist/assets/web_engine-CfcxjuJm.wasm",
|
||||
"sha256": "7821f408687e455c6f4e185fc3741c199c1c60d409836a2fe1b32f521d81e0ea"
|
||||
}
|
||||
},
|
||||
"capabilities": {
|
||||
"wasm": {
|
||||
"name": "wasm",
|
||||
"status": "PASS",
|
||||
"code": "WASM_READY",
|
||||
"bytes": 15467310
|
||||
},
|
||||
"worker": {
|
||||
"name": "worker",
|
||||
"status": "PASS",
|
||||
"code": "WORKER_READY"
|
||||
},
|
||||
"opfs": {
|
||||
"name": "opfs",
|
||||
"status": "BLOCKED",
|
||||
"code": "OPFS_UNAVAILABLE"
|
||||
},
|
||||
"indexedDB": {
|
||||
"name": "indexedDB",
|
||||
"status": "PASS",
|
||||
"code": "INDEXEDDB_READY"
|
||||
},
|
||||
"webgl2": {
|
||||
"name": "webgl2",
|
||||
"status": "PASS",
|
||||
"code": "WEBGL2_READY",
|
||||
"renderer": "Apple GPU"
|
||||
},
|
||||
"webgpu": {
|
||||
"name": "webgpu",
|
||||
"status": "BLOCKED",
|
||||
"code": "WEBGPU_UNAVAILABLE"
|
||||
},
|
||||
"offscreen": {
|
||||
"name": "offscreen",
|
||||
"status": "PASS",
|
||||
"code": "OFFSCREEN_READY",
|
||||
"context2d": true
|
||||
},
|
||||
"isolation": {
|
||||
"name": "isolation",
|
||||
"status": "PASS",
|
||||
"code": "ISOLATION_READY"
|
||||
}
|
||||
},
|
||||
"supportRule": "PASS_ONLY_WHEN_PROBED; BLOCKED_OR_UNAVAILABLE_DOES_NOT_CLAIM_SUPPORT",
|
||||
"execution": "DISABLED",
|
||||
"nextTask": "M14-01D"
|
||||
}
|
||||
Reference in New Issue
Block a user