diff --git a/tests/page/page-screenshot.spec.ts b/tests/page/page-screenshot.spec.ts index fbf8a616c4..a3415deb9c 100644 --- a/tests/page/page-screenshot.spec.ts +++ b/tests/page/page-screenshot.spec.ts @@ -726,7 +726,8 @@ it.describe('page screenshot animations', () => { ]); }); - it('should respect fonts option', async ({ page, server, isWindows }) => { + it('should respect fonts option', async ({ page, server, isWindows, browserName, isLinux }) => { + it.fixme(browserName === 'webkit' && isLinux, 'https://github.com/microsoft/playwright/issues/12839'); it.fixme(isWindows, 'This requires a windows-specific test expectations. https://github.com/microsoft/playwright/issues/12707'); await page.setViewportSize({ width: 500, height: 500 }); let serverRequest, serverResponse;