You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): disambiguate html vs markdown iframes in theme.spec
#66's theme.spec was authored when markdown rendered in-document; this branch
moves markdown into its own sandboxed `srcdoc` iframe, so `.card iframe` now
matches two elements (Playwright strict-mode violation) and `.mdpart` no longer
exists. Target the html part via `iframe[src]` and read the shiki token through
the markdown frame (iframe.mdframe). Behavior covered is unchanged: all three
theming layers still move together.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments