b5c14cb68d
In connectOverCDP mode, Playwright already falls back to querying window.innerWidth/innerHeight for viewport size (screenshotter.ts _originalViewportSize). This test confirms the screenshot dimensions match exactly with just scale:'css' and no manual clip, proving the clip in screenshotWithAccessibilityLabels is redundant. The test goes through the full extension CDP path: Playwright → relay server → extension WS → chrome.debugger