Port Playwright's DOM snapshot system into Vitest browser mode, provider-agnostic, displayed in Vitest UI / HTML reporter.
Capture DOM state at key moments during browser-mode test execution. Build on the existing mark API (currently Playwright-trace-only) to capture DOM snapshots that Vitest owns and renders in its own UI. Playwright trace output becomes a secondary/optional feature.