Checkpoint web parity through Chromium input tasks
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

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

25
docs/tasks/M13-05G.md Normal file
View File

@@ -0,0 +1,25 @@
# M13-05Gfuzz 崩溃最小化与回归固化
- `task`: `M13-05G`
- `parent`: `M13-05F`
- `status`: `done`
## 目标
使用固定 seed 对 blend、image、font、node 和 script manifest 生产解析路径执行确定性 fuzz
回放。崩溃必须先保存可重放的最小样本;修复后样本进入长期回归 corpus。本任务不启用脚本执行。
## 验收
```text
npm --prefix web run test:fuzz-regression
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M13-05G/`;本轮 5 个域各 16 个用例,共 80 个用例,零崩溃、
零最小回归样本。下一任务由 manifest 的 `nextTask` 指向 `M13-05H`
## 回滚
移除 fuzz runner、checker、报告、manifest、package 命令和本状态页;将 `M13-05F` 恢复为队列尾。