Checkpoint web parity through Chromium input tasks
This commit is contained in:
25
docs/tasks/M14-01C.md
Normal file
25
docs/tasks/M14-01C.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# M14-01C:WebKit capability probe
|
||||
|
||||
- `task`: `M14-01C`
|
||||
- `parent`: `M14-01B`
|
||||
- `status`: `done`
|
||||
|
||||
## 目标
|
||||
|
||||
在真实 Playwright WebKit 上使用与 Chromium/Firefox 相同的生产资源和隔离头,探测 WASM、Worker、
|
||||
OPFS、IndexedDB、WebGL2、WebGPU、OffscreenCanvas 和 COOP/COEP isolation。缺失能力只能记录为
|
||||
`BLOCKED` 或 `UNAVAILABLE`。
|
||||
|
||||
## 验收
|
||||
|
||||
```text
|
||||
npm --prefix web run test:webkit-capability
|
||||
```
|
||||
|
||||
## 产物和交接
|
||||
|
||||
报告和 manifest 位于 `tests/golden/M14-01C/`;下一任务由 manifest 的 `nextTask` 指向 `M14-01D`。
|
||||
|
||||
## 回滚
|
||||
|
||||
移除 WebKit probe、报告、manifest、package 命令和本状态页;将 `M14-01B` 恢复为队列尾。
|
||||
Reference in New Issue
Block a user