mirror of
https://github.com/SawyerHood/dev-browser.git
synced 2026-09-20 13:44:44 +08:00
6d0d1bc30b
Playwright ignores scale:'css' on viewport:null pages (headed and connected Chrome), returning device-pixel images that break the 1:1 cua coordinate contract on Retina displays. Detect the mismatch by parsing the JPEG dimensions and rescale in-page via OffscreenCanvas. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>